Skip to content

Commit 77c5c13

Browse files
committed
Don’t kick off loading state when linking to providers
Closes #47
1 parent f0e15ef commit 77c5c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/state/store.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ store.login = action(function login(email, password) {
8484
});
8585

8686
store.externalLogin = action(function externalLogin(provider) {
87-
store.startAction();
87+
// store.startAction();
8888
const url = store.invite_token
8989
? store.gotrue.acceptInviteExternalUrl(provider, store.invite_token)
9090
: store.gotrue.loginExternalUrl(provider);

0 commit comments

Comments
 (0)