Merge branch 'generate-device-name' into staging
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline failed

This commit is contained in:
Radical 2025-07-20 16:28:02 +02:00
commit 969b517e18
11 changed files with 1034 additions and 18 deletions

View file

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