mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fix pipeline
This commit is contained in:
parent
d6371f7f9b
commit
56cc33ec55
@ -63,6 +63,7 @@ fn main() {
|
||||
&mut None,
|
||||
&username,
|
||||
&password,
|
||||
None,
|
||||
|provider| provider == "https://auth.veloren.net",
|
||||
&|_| {},
|
||||
|_| {},
|
||||
|
@ -71,6 +71,7 @@ pub fn make_client(
|
||||
server_info,
|
||||
username,
|
||||
password,
|
||||
None,
|
||||
|_| true,
|
||||
&|_| {},
|
||||
|_| {},
|
||||
|
Loading…
Reference in New Issue
Block a user