fixed the navigation previous function, therefore we are now moving into the login properly, lets implement the auth now

This commit is contained in:
filipriec
2025-03-26 00:46:59 +01:00
parent 4601ba4094
commit 722c63af54
3 changed files with 9 additions and 10 deletions

6
Cargo.lock generated
View File

@@ -421,7 +421,7 @@ dependencies = [
[[package]]
name = "client"
version = "0.2.0"
version = "0.2.5"
dependencies = [
"common",
"crossterm",
@@ -457,7 +457,7 @@ dependencies = [
[[package]]
name = "common"
version = "0.2.0"
version = "0.2.5"
dependencies = [
"prost",
"serde",
@@ -2588,7 +2588,7 @@ dependencies = [
[[package]]
name = "server"
version = "0.2.0"
version = "0.2.5"
dependencies = [
"bcrypt",
"chrono",