mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-06 20:10:12 +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,
|
||||
},
|
||||
{
|
||||
isValid: remoteUrl !== '',
|
||||
isValid: true,
|
||||
key: 'REMOTE_URL',
|
||||
value: remoteUrl,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user