Skip to content

Commit

Permalink
fix(webui): add missing hint on remember-me regenerate checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Oct 5, 2023
1 parent a8b37c7 commit 18bffa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion komga-webui/src/views/ServerSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
v-model="form.renewRememberMeKey"
@change="$v.form.renewRememberMeKey.$touch()"
label="Regenerate the RememberMe key"
hide-details
persistent-hint
:hint="$t('server_settings.requires_restart')"
/>
</v-col>
</v-row>
Expand Down

0 comments on commit 18bffa9

Please sign in to comment.