mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-21 07:49:34 +01:00
fix(fe): condition on auth page
This commit is contained in:
parent
2554afa792
commit
72aac24e1b
@ -113,7 +113,7 @@ export default {
|
|||||||
responseType: 'json',
|
responseType: 'json',
|
||||||
})).data;
|
})).data;
|
||||||
|
|
||||||
this.newUser = !info.newUserRequired;
|
this.newUser = info.newUserRequired;
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
|
Loading…
Reference in New Issue
Block a user