From 56e0a38b2ca246e8beeaef3c6c4b9c0ce7d0f09b Mon Sep 17 00:00:00 2001 From: vnugent Date: Tue, 9 Apr 2024 17:35:13 -0400 Subject: chore(app): Update deps, login spinner, curl msg, view prep --- front-end/src/components/Login/AdminReg.vue | 16 ++++++++++-- front-end/src/components/Login/PkiLogin.vue | 39 ++++++++++++++++++----------- front-end/src/components/Login/UserPass.vue | 13 +++++++++- 3 files changed, 50 insertions(+), 18 deletions(-) (limited to 'front-end/src/components/Login') diff --git a/front-end/src/components/Login/AdminReg.vue b/front-end/src/components/Login/AdminReg.vue index 8546512..f9bbbb8 100644 --- a/front-end/src/components/Login/AdminReg.vue +++ b/front-end/src/components/Login/AdminReg.vue @@ -74,10 +74,22 @@ const onSubmit = async () => { - +

- This tab is only visible when the server is in setup mode. You can create as many admin accounts as you like now. + This tab is only visible when the server is in setup mode. You can create as many admin accounts as you like + now.

diff --git a/front-end/src/components/Login/PkiLogin.vue b/front-end/src/components/Login/PkiLogin.vue index 4515062..d3a635e 100644 --- a/front-end/src/components/Login/PkiLogin.vue +++ b/front-end/src/components/Login/PkiLogin.vue @@ -1,12 +1,13 @@ \ No newline at end of file diff --git a/front-end/src/components/Login/UserPass.vue b/front-end/src/components/Login/UserPass.vue index c47e594..9fd64f4 100644 --- a/front-end/src/components/Login/UserPass.vue +++ b/front-end/src/components/Login/UserPass.vue @@ -110,7 +110,18 @@ const onSubmit = async () => { v-model="v$.password.$model" > - + -- cgit