Odebrat šipku na přihlašovací stránce
This commit is contained in:
parent
3b7d7b0f76
commit
5b7d1e226b
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ class _LoginPageState extends State<LoginPage> {
|
|||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
title: const Text("Přihlášení"),
|
||||
automaticallyImplyLeading: false,
|
||||
),
|
||||
body: Center(
|
||||
child: SingleChildScrollView(
|
||||
|
|
Reference in a new issue