Skip to content

Commit

Permalink
fix: auth init
Browse files Browse the repository at this point in the history
  • Loading branch information
wade.wei committed Aug 29, 2018
1 parent b0a8bd7 commit cc63457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default class Auth {

// Call mounted for active strategy on initial load
try {
this.mounted()
await this.mounted()
} catch (e) {

} finally {
Expand Down

0 comments on commit cc63457

Please sign in to comment.