fix: Styling and notification settings
This commit is contained in:
parent
67e8dedd5d
commit
5629f14d5a
7 changed files with 29 additions and 6 deletions
|
|
@ -19,6 +19,8 @@ class ConnectPageView extends StatelessWidget {
|
|||
final identityProviders = controller.identityProviders;
|
||||
return LoginScaffold(
|
||||
appBar: AppBar(
|
||||
leading:
|
||||
controller.loading ? null : const BackButton(color: Colors.white),
|
||||
automaticallyImplyLeading: !controller.loading,
|
||||
centerTitle: true,
|
||||
title: Text(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue