Nicer error message

This commit is contained in:
lemoer 2025-07-06 01:44:36 +02:00
parent 02d3341b3d
commit 54a832f732

View File

@ -125,7 +125,7 @@ class _MyHomePageState extends State<MyHomePage> {
ScaffoldMessenger.of(context).showSnackBar(
SnackBar(
content: Text(
"Error! Server rejected our key. Maybe you need to register it first? Or you do not have access to this lock.",
"Error! Server rejected your key. Maybe you need to register it first? Or you do not have access to this lock?",
),
duration: const Duration(seconds: 3),
),