mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 13:01:12 +03:00
This commit is contained in:
parent
41efdc1981
commit
59ca04d5f8
2 changed files with 2 additions and 2 deletions
|
|
@ -61,6 +61,6 @@ pub struct AuthProviders(pub Vec<AuthProvider>);
|
|||
pub fn default_authproviders() -> AuthProviders {
|
||||
AuthProviders(vec![
|
||||
AuthProvider { name: "Mojang".to_string(), url: "https://sessionserver.mojang.com/session/minecraft/hasJoined".to_string() },
|
||||
AuthProvider { name: "ElyBy".to_string(), url: "http://minecraft.ely.by/session/hasJoined".to_string() }
|
||||
AuthProvider { name: "ElyBy".to_string(), url: "https://account.ely.by/api/minecraft/session/hasJoined".to_string() }
|
||||
])
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue