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(
|
return Scaffold(
|
||||||
appBar: AppBar(
|
appBar: AppBar(
|
||||||
title: const Text("Přihlášení"),
|
title: const Text("Přihlášení"),
|
||||||
|
automaticallyImplyLeading: false,
|
||||||
),
|
),
|
||||||
body: Center(
|
body: Center(
|
||||||
child: SingleChildScrollView(
|
child: SingleChildScrollView(
|
||||||
|
|
Reference in a new issue