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:
@@ -1,5 +1,4 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutterfire_ui/auth.dart';
|
||||
import 'package:persistent_bottom_nav_bar/persistent_tab_view.dart';
|
||||
import 'profile_screen_custom.dart';
|
||||
import 'main_screen.dart';
|
||||
|
@@ -111,10 +111,14 @@ class _EmailVerificationBadgeState extends State<EmailVerificationBadge> {
|
||||
if (state == EmailVerificationState.pending)
|
||||
Row(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: [
|
||||
|
||||
const SizedBox(width: 16),
|
||||
Wrap(
|
||||
children: const [
|
||||
LoadingIndicator(size: 16, borderWidth: 0.5),
|
||||
SizedBox(width: 16),
|
||||
Text('Waiting for email verification'),
|
||||
Text('Log out and log back in to confirm.'),
|
||||
],
|
||||
),
|
||||
],
|
||||
)
|
||||
else
|
||||
|
Reference in New Issue
Block a user