This commit is contained in:
Abhinav 2023-07-30 11:07:36 +05:30
parent 1addfc85b2
commit d0e85ff581
2 changed files with 0 additions and 2 deletions

View file

@ -49,7 +49,6 @@ export default function Home() {
id,
});
setData(LS_KEYS.KEY_ATTRIBUTES, keyAttributes);
const redirectURL = appContext.redirectURL;
appContext.setRedirectURL(null);
router.push(redirectURL ?? PAGES.CREDENTIALS);

View file

@ -25,7 +25,6 @@ export enum LS_KEYS {
USER_SRP_SETUP_PENDING = 'userSRPSetupPending',
MAP_ENABLED = 'mapEnabled',
SRP_SETUP_ATTRIBUTES = 'srpSetupAttributes',
KEK = 'kek',
SRP_ATTRIBUTES = 'srpAttributes',
}