Skip to content
Snippets Groups Projects
Commit de4dcb31 authored by Leon Tappe's avatar Leon Tappe 🔥
Browse files

remove unneeded variable

parent b5cb4317
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,6 @@ class _RegisterPageState extends State<RegisterPage> {
final User _user = User(username: '');
String _password = '';
String _passwordRepeat = '';
String _code = '';
bool _showPassword = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment