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 77c5c13 commit 3b42b64Copy full SHA for 3b42b64
src/state/store.js
@@ -85,6 +85,8 @@ store.login = action(function login(email, password) {
85
86
store.externalLogin = action(function externalLogin(provider) {
87
// 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