only important stuff in the response of the login

This commit is contained in:
filipriec
2025-04-13 14:09:57 +02:00
parent 5b1db01fe6
commit 16d9fcdadc

View File

@@ -34,15 +34,9 @@ pub async fn save(
let success_message = format!(
"Login Successful!\n\n\
Username: {}\n\
Access Token: {}\n\
Token Type: {}\n\
Expires In: {}\n\
User ID: {}\n\
Role: {}",
response.username,
response.access_token,
response.token_type,
response.expires_in,
response.user_id,
response.role
);