mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-12 15:41:53 +02:00
♻️ Add intermediate step for magic link login (#910)
This commit is contained in:
parent
825f2ece2f
commit
4f1389c510
8 changed files with 167 additions and 70 deletions
|
@ -38,7 +38,7 @@ export const UserDropdown = () => {
|
|||
const { user } = useUser();
|
||||
return (
|
||||
<DropdownMenu modal={false}>
|
||||
<DropdownMenuTrigger asChild className="group">
|
||||
<DropdownMenuTrigger data-testid="user-dropdown" asChild className="group">
|
||||
<Button variant="ghost" className="rounded-full">
|
||||
<CurrentUserAvatar size="sm" className="-ml-1" />
|
||||
<ChevronDown className="h-4 w-4" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue