feat: start implementing device name generation in the backend

This commit is contained in:
Twig 2025-07-14 00:36:15 +02:00
parent 3647086adb
commit 8656115dc9
No known key found for this signature in database
7 changed files with 1034 additions and 22 deletions

View file

@ -20,6 +20,7 @@ mod verify_email;
#[derive(Serialize)]
struct Response {
access_token: String,
device_name: String,
}
pub fn web() -> Scope {