Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
Auth manager override keys function so it doesn't rely on super imple…
Browse files Browse the repository at this point in the history
…mentation
  • Loading branch information
moughxyz committed Nov 7, 2018
1 parent 789073e commit ff86170
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/sfjs/authManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ export default class Auth extends SFAuthManager {
super.signout(false);
}

async keys() {
return KeysManager.get().activeKeys();
}

async getAuthParams() {
return KeysManager.get().activeAuthParams();
}
Expand Down

0 comments on commit ff86170

Please sign in to comment.