mirror of
https://github.com/balzack/databag.git
synced 2025-03-13 00:50:03 +00:00
setting default accounts
This commit is contained in:
parent
358ef7cfb0
commit
ca4d03f448
@ -14,7 +14,7 @@ export function useCreate() {
|
||||
const [state, setState] = useState({
|
||||
busy: false,
|
||||
enabled: false,
|
||||
server: null,
|
||||
server: "databag.coredb.org",
|
||||
token: null,
|
||||
username: null,
|
||||
password: null,
|
||||
@ -22,7 +22,7 @@ export function useCreate() {
|
||||
showPassword: false,
|
||||
showConfirm: false,
|
||||
serverChecked: true,
|
||||
serverValid: false,
|
||||
serverValid: true,
|
||||
tokenRequired: false,
|
||||
tokenChecked: true,
|
||||
tokenValid: false,
|
||||
|
Loading…
Reference in New Issue
Block a user