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.
2 parents 598c820 + 3b42b64 commit 2245e91Copy full SHA for 2245e91
src/state/store.js
@@ -84,7 +84,9 @@ store.login = action(function login(email, password) {
84
});
85
86
store.externalLogin = action(function externalLogin(provider) {
87
- store.startAction();
+ // store.startAction();
88
+ store.error = null;
89
+ store.message = null;
90
const url = store.invite_token
91
? store.gotrue.acceptInviteExternalUrl(provider, store.invite_token)
92
: store.gotrue.loginExternalUrl(provider);
0 commit comments