Implemented player panel
This commit is contained in:
parent
a0896d99eb
commit
e7e052e3a1
12 changed files with 396 additions and 24 deletions
|
|
@ -113,7 +113,9 @@ class _AuthPageState extends State<AuthPage> {
|
|||
message,
|
||||
);
|
||||
if (ok) {
|
||||
Get.put(AuthData(loginController.text, passwordController.text));
|
||||
Get.put(
|
||||
AuthData(data[2], loginController.text, passwordController.text),
|
||||
);
|
||||
Get.put(socket);
|
||||
Get.offNamed("/home");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue