1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Consider user federation settings when logging in remotely

This commit is contained in:
NG (Graham)
2026-07-05 23:04:46 -04:00
parent 6992b02679
commit b8203255a1
3 changed files with 34 additions and 6 deletions

View File

@@ -50,6 +50,7 @@ pub enum UserId {
pub struct UserLoginInfo {
pub response: libfj::robocraft::AuthenticationResponseInfo,
pub is_new: bool,
pub id: i32,
}
pub struct RegistrationInfo {