Refactor navigator utility functions and add isPWA check

This commit is contained in:
jxxghp
2024-10-19 10:39:31 +08:00
parent b3f616ddc6
commit 76a487854b
16 changed files with 38 additions and 82 deletions

View File

@@ -63,7 +63,7 @@ const userForm = ref<User>({
name: props.username ?? '',
password: '',
email: '',
is_active: false,
is_active: true,
is_superuser: false,
avatar: avatar1,
is_otp: false,