Odebrat šipku na přihlašovací stránce

This commit is contained in:
Matyáš Caras 2022-04-26 17:50:25 +00:00 committed by GitHub
parent 3b7d7b0f76
commit 5b7d1e226b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(