Refactored a bunch of shit
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m57s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m57s
This commit is contained in:
@@ -50,10 +50,10 @@ const userPasskeys = await db.select()
|
||||
)}
|
||||
|
||||
<!-- Profile Information -->
|
||||
<ProfileForm client:load user={user} />
|
||||
<ProfileForm client:idle user={user} />
|
||||
|
||||
<!-- Change Password -->
|
||||
<PasswordForm client:load />
|
||||
<PasswordForm client:idle />
|
||||
|
||||
<!-- Passkeys -->
|
||||
<PasskeyManager client:idle initialPasskeys={userPasskeys.map(pk => ({
|
||||
|
||||
Reference in New Issue
Block a user