1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-22 06:44:21 +00:00

🧹 Remove unnecessary dependencies from canLogin

This commit is contained in:
Steffo 2021-10-07 01:56:40 +02:00
parent 2b6df6a208
commit c92a105686

View file

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