mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
fix isValid condition on REMOTE_URL for server lock (#1822)
This commit is contained in:
@@ -90,7 +90,7 @@ const LoginRoute = () => {
|
|||||||
value: serverUrl,
|
value: serverUrl,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
isValid: remoteUrl !== '',
|
isValid: true,
|
||||||
key: 'REMOTE_URL',
|
key: 'REMOTE_URL',
|
||||||
value: remoteUrl,
|
value: remoteUrl,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user