From 6dc0dd1733030c061b531ffa856e7fbc2270afab Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Tue, 5 Aug 2025 19:27:39 +1000 Subject: [PATCH] Update redirect login and UI --- .gitignore | 1 + web/index.html | 941 +++++-------------------------------------------- web/login.html | 919 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 1015 insertions(+), 846 deletions(-) create mode 100644 web/login.html diff --git a/.gitignore b/.gitignore index cc66455..6d7c1a1 100644 --- a/.gitignore +++ b/.gitignore @@ -56,5 +56,6 @@ k8s/*-secret.yaml # Development files dev-* +web/test.html *.log diff --git a/web/index.html b/web/index.html index d7d26a5..89441e9 100644 --- a/web/index.html +++ b/web/index.html @@ -1,893 +1,142 @@ - + - Passkey Authentication - -
-
-
-

🔐 Passkey Authentication

-

Secure passwordless authentication

-
- -
- - -
-
-
-

Sign in to your account

-

Use your passkey for secure authentication

-
- -
- - - -
- -
- -
-
-
- - -
-
-
-

Welcome back!

-

You're successfully authenticated

-
- -
- -
- -
-
-
- - -
-
-
-

User Management

-

Manage user accounts and permissions

-
- - - -
-
Loading users...
-
-
-
- - -
-
+
+
+

🔐 Passkey Authentication

+

Checking authentication status...

+
diff --git a/web/login.html b/web/login.html new file mode 100644 index 0000000..1ecd8aa --- /dev/null +++ b/web/login.html @@ -0,0 +1,919 @@ + + + + + + + Passkey Authentication + + + + +
+
+
+

🔐 Passkey Authentication

+

Secure passwordless authentication

+
+ +
+ + +
+
+
+

Sign in to your account

+

Use your passkey for secure authentication

+
+ +
+ + + +
+ +
+ +
+
+
+ + +
+
+
+

Welcome back!

+

You're successfully authenticated

+
+ +
+ +
+ +
+
+
+ + +
+
+
+

User Management

+

Manage user accounts and permissions

+
+ + + +
+
Loading users...
+
+
+
+ + +
+
+ + + +