feat(snjs): add account recovery e2e test suite (#2134)
* feat(snjs): add account recovery e2e test suite * fix(snjs): request params in account recovery tests * fix(snjs): context password passing * refactor: replace factory functions with context Co-authored-by: Mo <mo@standardnotes.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export interface RecoveryKeyParamsRequestParams {
|
||||
apiVersion: string
|
||||
api_version: string
|
||||
username: string
|
||||
codeChallenge: string
|
||||
recoveryCodes: string
|
||||
code_challenge: string
|
||||
recovery_codes: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user