mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fixed auth server URL
This commit is contained in:
parent
88079cfd30
commit
f8009e5d1c
@ -62,7 +62,7 @@ fn main() {
|
||||
|
||||
runtime
|
||||
.block_on(client.register(username, password, |provider| {
|
||||
provider == "https:://auth.veloren.net"
|
||||
provider == "https://auth.veloren.net"
|
||||
}))
|
||||
.unwrap();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user