mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-03-06 06:42:00 +00:00
fix: fix authorize app initial box not being a box
This commit is contained in:
@@ -258,13 +258,13 @@ export const LoginPage = () => {
|
||||
/>
|
||||
)}
|
||||
{providers.length == 0 && (
|
||||
<p className="text-center text-red-600 max-w-sm">
|
||||
<pre className="break-normal! text-sm text-red-600">
|
||||
{t("failedToFetchProvidersTitle")}
|
||||
</p>
|
||||
</pre>
|
||||
)}
|
||||
</CardContent>
|
||||
<CardFooter>
|
||||
{userAuthConfigured && (
|
||||
{userAuthConfigured && (
|
||||
<CardFooter>
|
||||
<Button
|
||||
className="w-full"
|
||||
type="submit"
|
||||
@@ -273,8 +273,8 @@ export const LoginPage = () => {
|
||||
>
|
||||
{t("loginSubmit")}
|
||||
</Button>
|
||||
)}
|
||||
</CardFooter>
|
||||
</CardFooter>
|
||||
)}
|
||||
</Card>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user