Skip to content

Commit cb6f9d1

Browse files
authored
Merge pull request #58 from moneytree/fix-force-logout
Fix forceLogout didn't work
2 parents 1e62161 + fa3055a commit cb6f9d1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/helper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export function generateConfigs(configs: ConfigsOptions = {}): string {
7373
'showAuthToggle',
7474
'showRememberMe',
7575
'isNewTab',
76+
'forceLogout',
7677
];
7778

7879
for (const key in configs) {

src/typings.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export interface ConfigsOptions extends PrivateConfigsOptions {
1616
showAuthToggle?: boolean;
1717
showRememberMe?: boolean;
1818
isNewTab?: boolean;
19+
forceLogout?: boolean;
1920
}
2021

2122
export type ServicesListType = {

0 commit comments

Comments
 (0)