Nicer error message
This commit is contained in:
parent
02d3341b3d
commit
54a832f732
@ -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),
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user