mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 07:24:51 +00:00
authRequest context from accounts page
This commit is contained in:
@@ -36,7 +36,16 @@ export default async function Page({
|
||||
|
||||
<div className="flex flex-col w-full space-y-2">
|
||||
<SessionsList sessions={sessions} authRequestId={authRequestId} />
|
||||
<Link href="/loginname">
|
||||
<Link
|
||||
href={
|
||||
authRequestId
|
||||
? `/loginname?` +
|
||||
new URLSearchParams({
|
||||
authRequestId,
|
||||
})
|
||||
: "/loginname"
|
||||
}
|
||||
>
|
||||
<div className="flex flex-row items-center py-3 px-4 hover:bg-black/10 dark:hover:bg-white/10 rounded-md transition-all">
|
||||
<div className="w-8 h-8 mr-4 flex flex-row justify-center items-center rounded-full bg-black/5 dark:bg-white/5">
|
||||
<UserPlusIcon className="h-5 w-5" />
|
||||
|
||||
Reference in New Issue
Block a user