Skip to content

Commit 5d4d881

Browse files
committed
fix(Authentication): should be able to send authentication data with empty password [YDB-1610]
1 parent 0bd3a32 commit 5d4d881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Authentication/Authentication.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function Authentication({authenticate, error}: any) {
9999
onClick={onLoginClick}
100100
width="max"
101101
size="l"
102-
disabled={Boolean(!login || !pass || loginError || passwordError)}
102+
disabled={Boolean(!login || loginError || passwordError)}
103103
className={b('button-sign-in')}
104104
>
105105
Sign in

0 commit comments

Comments
 (0)