chore: password tests

This commit is contained in:
Mo
2023-08-02 06:54:18 -05:00
parent 4b6bd452f7
commit 846e5b3ca8
2 changed files with 91 additions and 74 deletions

View File

@@ -226,6 +226,12 @@ export class AppContext {
return this.application.register(this.email, this.password)
}
async addPasscode(passcode) {
this.passcode = passcode
await this.application.addPasscode(passcode)
}
receiveServerResponse({ retrievedItems }) {
const response = new ServerSyncResponse({
data: {