fixed auth server URL

This commit is contained in:
1b15
2021-04-05 14:15:57 +00:00
parent ea0188a6cc
commit c81e650af9

View File

@ -62,7 +62,7 @@ fn main() {
runtime runtime
.block_on(client.register(username, password, |provider| { .block_on(client.register(username, password, |provider| {
provider == "https:://auth.veloren.net" provider == "https://auth.veloren.net"
})) }))
.unwrap(); .unwrap();