Fix OTP page title
This commit is contained in:
parent
e4483963ca
commit
2ff16fef32
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class _OtpState extends State<Otp> {
|
|||
return Scaffold(
|
||||
backgroundColor: const Color(0xff1b1c1e),
|
||||
appBar: AppBar(
|
||||
title: const Text('Nekoya'),
|
||||
title: const Text('OTP'),
|
||||
centerTitle: true,
|
||||
backgroundColor: const Color(0xff212226),
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue