1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-23 07:14:21 +00:00

🧹 Remove unnecessary dependencies from canLogin

This commit is contained in:
Steffo 2021-10-07 01:56:40 +02:00
parent 91cb8fa456
commit a2e391e33a
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -23,7 +23,7 @@ export function AuthorizationLoginBox(): JSX.Element {
() => ( () => (
axios !== undefined && authorization !== undefined && authorization.state.token === undefined axios !== undefined && authorization !== undefined && authorization.state.token === undefined
), ),
[axios, authorization, username, password], [axios, authorization],
) )
const canClickLogin = const canClickLogin =