mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Fix reload button
This commit is contained in:
parent
e7c3dd072e
commit
85b367b4c9
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ function AuthWrapper() {
|
||||||
<ErrorScreen
|
<ErrorScreen
|
||||||
showResetButton={isCustomUrl}
|
showResetButton={isCustomUrl}
|
||||||
showLogoutButton={!isCustomUrl}
|
showLogoutButton={!isCustomUrl}
|
||||||
|
showReloadButton={!isCustomUrl}
|
||||||
>
|
>
|
||||||
{t(
|
{t(
|
||||||
isCustomUrl
|
isCustomUrl
|
||||||
|
|
Loading…
Reference in a new issue