mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 14:33:26 +00:00
account deletion
This commit is contained in:
@@ -100,7 +100,7 @@ export default function Page() {
|
||||
Login
|
||||
</MWButton>
|
||||
{mutation.isError && (
|
||||
<Text color="$red100" textAlign="center">
|
||||
<Text color="$rose200" textAlign="center">
|
||||
{mutation.error.message}
|
||||
</Text>
|
||||
)}
|
||||
|
@@ -102,7 +102,7 @@ export default function Page() {
|
||||
|
||||
<MWCard.Footer justifyContent="center" flexDirection="column" gap="$4">
|
||||
{errorMessage && (
|
||||
<Paragraph color="$red100" textAlign="center">
|
||||
<Paragraph color="$rose200" textAlign="center">
|
||||
{errorMessage}
|
||||
</Paragraph>
|
||||
)}
|
||||
|
@@ -88,7 +88,7 @@ export default function Page() {
|
||||
|
||||
<MWCard.Footer justifyContent="center" flexDirection="column" gap="$4">
|
||||
{mutation.isError && (
|
||||
<Paragraph color="$red100" textAlign="center">
|
||||
<Paragraph color="$rose200" textAlign="center">
|
||||
{mutation.error.message}
|
||||
</Paragraph>
|
||||
)}
|
||||
|
Reference in New Issue
Block a user