osAccount API Mock

Signed-off-by: chen <geyangchen1@h-partners.com>
This commit is contained in:
chen
2022-07-25 10:11:03 +08:00
parent 6df7c7da75
commit b315804f4f
@@ -723,11 +723,6 @@ export function mockOsAccount() {
"How this interface works on the Previewer may be different from that on a real device.")
return AccountManagerMock;
},
OsAccountType: {
ADMIN: "[PC Preview] unknown ADMIN",
NORMAL: "[PC Preview] unknown NORMAL",
GUEST: "[PC Preview] unknown GUEST"
},
UserAuth: UserAuthClass,
PINAuth: PINAuthClass,
UserIdentityManager: UserIdentityManagerClass,