Skip to content

Commit

Permalink
Remove the password login button
Browse files Browse the repository at this point in the history
  • Loading branch information
Zverik committed May 6, 2024
1 parent e71595a commit c07c4c9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/screens/settings/account.dart
Original file line number Diff line number Diff line change
Expand Up @@ -128,16 +128,6 @@ class _OsmAccountPageState extends ConsumerState<OsmAccountPage> {
style: TextStyle(fontSize: 30.0),
),
)),
SizedBox(height: 20.0),
ElevatedButton(
onPressed: () {
showLoginDialog(context);
},
// style: ButtonStyle(backgroundColor: Colors.grey.shade100),
child: Text(
loc.accountLoginPassword,
style: TextStyle(fontSize: 18.0),
)),
],
);
} else {
Expand Down

0 comments on commit c07c4c9

Please sign in to comment.