create session with password on register

This commit is contained in:
Max Peintner
2023-06-16 15:08:41 +02:00
parent fbbc48e5cd
commit 3aa8e8fbc4
7 changed files with 47 additions and 15 deletions

View File

@@ -41,7 +41,7 @@ export default function AuthenticationMethodRadio({
? "bg-background-light-400 dark:bg-background-dark-400"
: "bg-background-light-400 dark:bg-background-dark-400"
}
relative border boder-divider-light dark:border-divider-dark flex cursor-pointer rounded-lg px-5 py-4 focus:outline-none hover:shadow-md`
relative border boder-divider-light dark:border-divider-dark flex cursor-pointer rounded-lg px-5 py-4 focus:outline-none hover:shadow-lg dark:hover:bg-white/10`
}
>
{({ active, checked }) => (