mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-14 08:53:31 +08:00
fix(login): remove required attribute from stay logged in checkbox
This commit is contained in:
@@ -800,7 +800,6 @@ onUnmounted(() => {
|
||||
<VCheckbox
|
||||
v-model="form.remember"
|
||||
:label="t('login.stayLoggedIn')"
|
||||
required
|
||||
hide-details
|
||||
density="compact"
|
||||
class="login-checkbox"
|
||||
|
||||
Reference in New Issue
Block a user