You've already forked AstralRinth
forked from didirus/AstralRinth
Add launcher analytics (#661)
* Add more analytics * finish hydra move * Finish websocket flow * add minecraft account flow * Finish playtime vals + payout automation
This commit is contained in:
@@ -16,7 +16,7 @@ const FLOWS_NAMESPACE: &str = "flows";
|
||||
pub enum Flow {
|
||||
OAuth {
|
||||
user_id: Option<UserId>,
|
||||
url: String,
|
||||
url: Option<String>,
|
||||
provider: AuthProvider,
|
||||
},
|
||||
Login2FA {
|
||||
@@ -33,6 +33,10 @@ pub enum Flow {
|
||||
user_id: UserId,
|
||||
confirm_email: String,
|
||||
},
|
||||
MinecraftAuth,
|
||||
MicrosoftLogin {
|
||||
access_token: String,
|
||||
},
|
||||
}
|
||||
|
||||
impl Flow {
|
||||
|
||||
Reference in New Issue
Block a user