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
|
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();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user