From 12f4af742f5c7c40503430f468c5e0e42894c72f Mon Sep 17 00:00:00 2001 From: IanShaw027 Date: Tue, 21 Apr 2026 00:45:56 +0800 Subject: [PATCH] fix auth pending adoption and turnstile flow --- .../auth/PendingOAuthCreateAccountForm.vue | 62 +++++++++++++- .../PendingOAuthCreateAccountForm.spec.ts | 50 +++++++++++- .../src/views/auth/LinuxDoCallbackView.vue | 28 ++++++- frontend/src/views/auth/OidcCallbackView.vue | 28 ++++++- .../__tests__/LinuxDoCallbackView.spec.ts | 81 ++++++++++++++++++- .../auth/__tests__/OidcCallbackView.spec.ts | 78 +++++++++++++++++- 6 files changed, 313 insertions(+), 14 deletions(-) diff --git a/frontend/src/components/auth/PendingOAuthCreateAccountForm.vue b/frontend/src/components/auth/PendingOAuthCreateAccountForm.vue index 39588a86..36e78d36 100644 --- a/frontend/src/components/auth/PendingOAuthCreateAccountForm.vue +++ b/frontend/src/components/auth/PendingOAuthCreateAccountForm.vue @@ -16,6 +16,15 @@ placeholder="Password" :disabled="isSubmitting" /> +
+ +
{{ @@ -80,9 +89,10 @@