mirror of
https://github.com/SoPat712/RUSwipeShare.git
synced 2025-08-21 19:08:46 -04:00
custom profile fixes
This commit is contained in:
@@ -111,10 +111,14 @@ class _EmailVerificationBadgeState extends State<EmailVerificationBadge> {
|
||||
if (state == EmailVerificationState.pending)
|
||||
Row(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: const [
|
||||
LoadingIndicator(size: 16, borderWidth: 0.5),
|
||||
SizedBox(width: 16),
|
||||
Text('Waiting for email verification'),
|
||||
children: [
|
||||
|
||||
const SizedBox(width: 16),
|
||||
Wrap(
|
||||
children: const [
|
||||
Text('Log out and log back in to confirm.'),
|
||||
],
|
||||
),
|
||||
],
|
||||
)
|
||||
else
|
||||
|
Reference in New Issue
Block a user