Skip to content

Commit 29d0786

Browse files
committed
add config method to client
1 parent 04203cc commit 29d0786

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/client/src/accounts-client.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ export class AccountsClient {
7272
});
7373
}
7474

75+
public async config(): Promise<void> {
76+
await this.loadTokensFromStorage();
77+
await this.loadOriginalTokensFromStorage();
78+
}
79+
7580
public getState(): Map<string, any> {
7681
const state: object | Map<string, any> = this.store.getState();
7782

0 commit comments

Comments
 (0)