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 636848b commit f2a26e8Copy full SHA for f2a26e8
source/flux/parts/settings.js
@@ -67,7 +67,6 @@ export function validateLoginCredentials(username?: string, password?: string) {
67
68
dispatch({type: CREDENTIALS_VALIDATE_START})
69
70
-
71
const result = await performLogin(username, password)
72
if (result) {
73
dispatch({type: CREDENTIALS_VALIDATE_SUCCESS})
0 commit comments