mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-06 04:24:14 +00:00
improved org idp login flow
This commit is contained in:
@@ -116,6 +116,14 @@ export default async function OrgLoginPage({
|
||||
)}
|
||||
</CardContent>
|
||||
</Card>
|
||||
<p className="text-center text-muted-foreground mt-4">
|
||||
<Link
|
||||
href={`${env.app.dashboardUrl}/auth/login${buildQueryString(searchParams)}`}
|
||||
className="underline"
|
||||
>
|
||||
{t("loginBack")}
|
||||
</Link>
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user