We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e15ef commit 77c5c13Copy full SHA for 77c5c13
src/state/store.js
@@ -84,7 +84,7 @@ store.login = action(function login(email, password) {
84
});
85
86
store.externalLogin = action(function externalLogin(provider) {
87
- store.startAction();
+ // store.startAction();
88
const url = store.invite_token
89
? store.gotrue.acceptInviteExternalUrl(provider, store.invite_token)
90
: store.gotrue.loginExternalUrl(provider);
0 commit comments