aboutsummaryrefslogtreecommitdiff
path: root/server/src/routes/ui/account
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-04-13 16:09:36 +0200
committermetamuffin <metamuffin@disroot.org>2024-04-13 16:09:36 +0200
commite503d5af484fb55a07125b3708ba658606e56c5d (patch)
tree25c0a081cdc651c69b44af88c6ac37c44d416188 /server/src/routes/ui/account
parent489cd4d833fb106d4a5257532b340969805f3f5c (diff)
downloadjellything-e503d5af484fb55a07125b3708ba658606e56c5d.tar
jellything-e503d5af484fb55a07125b3708ba658606e56c5d.tar.bz2
jellything-e503d5af484fb55a07125b3708ba658606e56c5d.tar.zst
start native player at time
Diffstat (limited to 'server/src/routes/ui/account')
-rw-r--r--server/src/routes/ui/account/settings.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/routes/ui/account/settings.rs b/server/src/routes/ui/account/settings.rs
index ec92ba2..1b0de99 100644
--- a/server/src/routes/ui/account/settings.rs
+++ b/server/src/routes/ui/account/settings.rs
@@ -95,7 +95,7 @@ fn settings_page(session: Session, flash: Option<MyResult<String>>) -> DynLayout
label[for="native_secret"] { "Native Secret" }
input[type="password", id="native_secret", name="native_secret"];
input[type="submit", value="Update"];
- p { "The secret can be found in " code{"$XDG_CONFIG_HOME/jellynative_secret"} " or by clicking " a.button[href="jellynative://show-secret"] { "Show Secret" } "." }
+ p { "The secret can be found in " code{"$XDG_CONFIG_HOME/jellynative_secret"} " or by clicking " a.button[href="jellynative://show-secret-v1"] { "Show Secret" } "." }
}
},
..Default::default()