diff --git a/frontend/src/App.vue b/frontend/src/App.vue
index 7026a695..02819148 100644
--- a/frontend/src/App.vue
+++ b/frontend/src/App.vue
@@ -64,30 +64,34 @@
-
- {{ $t('settings.updateAvailable', {
- version: `${serverConfig.update.update.release_version}
- (${$utils.getDate(serverConfig.update.update.release_date).format('DD MMM YY')})`,
- }) }}
-
View
-
-
-
-
-
{{ m.title }}
-
{{ m.description }}
-
View
+
+
+ {{ $t('settings.updateAvailable', {
+ version: `${serverConfig.update.update.release_version}
+ (${$utils.getDate(serverConfig.update.update.release_date).format('DD MMM YY')})`,
+ }) }}
+
View
+
+
+
+
{{ m.title }}
+
{{ m.description }}
+
View
+
+
Remove the
admin_username
and
admin_password
fields from the TOML
- configuration file. Starting this version, users are managed via the
+ configuration file. If you are using APIs, create and use new credentials.
+ Users are now managed via the
Admin -> Settings -> Users
- dashboard.
+ dashboard.
Learn more.