mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-28 04:35:40 +00:00
fix: fix spacing in logout screen
This commit is contained in:
@@ -44,8 +44,8 @@ export const LogoutPage = () => {
|
||||
Logout
|
||||
</Text>
|
||||
<Text>
|
||||
You are currently logged in as <Code>{email}</Code>{" "}
|
||||
{oauth && `using ${capitalize(provider)}`}. Click the button below to
|
||||
You are currently logged in as <Code>{email}</Code>
|
||||
{oauth && ` using ${capitalize(provider)}`}. Click the button below to
|
||||
log out.
|
||||
</Text>
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user