mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
Merge branch 'main' into e2e
This commit is contained in:
commit
7f46c4f523
@ -126,7 +126,7 @@ export function useCreate() {
|
||||
backoff.current = false;
|
||||
checking.current = false;
|
||||
if (retry) {
|
||||
setCount(count++);
|
||||
setCount(count+1);
|
||||
}
|
||||
else {
|
||||
updateState({ usernameChecked: true, tokenChecked: true, serverChecked: true });
|
||||
|
Loading…
Reference in New Issue
Block a user