From 8dc94bd5bc07ec7e974c89da4196e461259316a3 Mon Sep 17 00:00:00 2001 From: Bagas Aulia Rezki Date: Thu, 20 Jun 2024 17:33:56 +0700 Subject: [PATCH] Move back button --- view/user/totp/setup.templ | 42 ++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/view/user/totp/setup.templ b/view/user/totp/setup.templ index 1aedcad..d2c3679 100644 --- a/view/user/totp/setup.templ +++ b/view/user/totp/setup.templ @@ -9,29 +9,31 @@ templ content(title string, qrcode string, code string, user types.User) { @layout.Base(title){ @layout.Navbar(user)
+ + + + + + Back +
- - - - - -

Set up Two-Factor Authentication

Secure your account with time-based one-time passwords (TOTP).