fix pipeline

This commit is contained in:
Maxicarlos08 2024-01-14 23:56:56 +01:00
parent d6371f7f9b
commit 56cc33ec55
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,7 @@ fn main() {
&mut None,
&username,
&password,
None,
|provider| provider == "https://auth.veloren.net",
&|_| {},
|_| {},

View File

@ -71,6 +71,7 @@ pub fn make_client(
server_info,
username,
password,
None,
|_| true,
&|_| {},
|_| {},