minor refactoring (#52)

Reviewed-on: phoenix/icarus_auth#52
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-08-01 20:49:15 +00:00
committed by phoenix
parent be4d1109a7
commit 5967ed5b13
4 changed files with 15 additions and 49 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ pub mod endpoint {
id: user.id,
username: user.username.clone(),
token: token_literal,
token_type: String::from(token_stuff::TOKENTYPE),
token_type: String::from(icarus_models::token::TOKEN_TYPE),
expiration: duration,
}],
}),