mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-12 19:21:20 +08:00
Refactor navigator utility functions and add isPWA check
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user