Skip to content

Commit

Permalink
fix: correct type and add state as storageKey
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRivers committed Sep 2, 2024
1 parent f4fecc2 commit 104f3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sessionManager/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ export enum StorageKeys {
accessToken = "accessToken",
idToken = "idToken",
refreshToken = "refreshToken",
state = "state",
}

export type StorageSettingsType = {
storePassword: string;
keyPrefix: string;
maxLength: number;
};
Expand Down

0 comments on commit 104f3f8

Please sign in to comment.