auth: Fix auth token getting leaked to console
Remove a forgotten debug print that leaked auth tokens to the console to check how they got saved and restored to the database.
This commit is contained in:
parent
67ce54e992
commit
a2f70c318f
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -578,7 +578,7 @@ checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
|||
|
||||
[[package]]
|
||||
name = "fabula_votes_server"
|
||||
version = "1.1.0"
|
||||
version = "1.1.1"
|
||||
dependencies = [
|
||||
"argon2",
|
||||
"blake2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue