File tree 1 file changed +2
-2
lines changed
packages/firebase_ui_auth/lib/src/screens
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ class __EmailVerificationScreenContentState
178
178
),
179
179
const SizedBox (height: 32 ),
180
180
if (state == EmailVerificationState .pending)
181
- const LoadingIndicator (size: 32 , borderWidth: 2 )
181
+ const Center (child : LoadingIndicator (size: 32 , borderWidth: 2 ) )
182
182
else if (state == EmailVerificationState .sent) ...[
183
183
LoadingButton (
184
184
isLoading: isLoading,
@@ -190,7 +190,7 @@ class __EmailVerificationScreenContentState
190
190
),
191
191
],
192
192
if (state == EmailVerificationState .sending)
193
- const LoadingIndicator (size: 32 , borderWidth: 2 ),
193
+ const Center (child : LoadingIndicator (size: 32 , borderWidth: 2 ) ),
194
194
if (state == EmailVerificationState .unverified) ...[
195
195
Text (
196
196
"We couldn't verify your email address. " ,
You can’t perform that action at this time.
0 commit comments