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:
parent
2b6df6a208
commit
c92a105686
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue