Skip to content

Commit

Permalink
Merge pull request #375 from arcana-network/dev
Browse files Browse the repository at this point in the history
[deploy] merge to tesnet
  • Loading branch information
makylfang authored Jun 22, 2023
2 parents e60c7ab + b6e0c15 commit 155ae11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/MFARestoreScreen.vue
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ async function returnToParent(key: string) {
{}
).promise
const info = JSON.parse(storage.session.getItem('info') as string)
const state = storage.local.getItem('state') as string
const state = storage.session.getItem('state') as string
const stateInfo = decodeJSON<StateInfo>(state)
const loginSrc = storage.local.getItem('loginSrc')
const isStandalone =
Expand Down

0 comments on commit 155ae11

Please sign in to comment.