feat: start implementing device name generation in the backend
This commit is contained in:
parent
3647086adb
commit
8656115dc9
7 changed files with 1034 additions and 22 deletions
|
@ -20,6 +20,7 @@ mod verify_email;
|
|||
#[derive(Serialize)]
|
||||
struct Response {
|
||||
access_token: String,
|
||||
device_name: String,
|
||||
}
|
||||
|
||||
pub fn web() -> Scope {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue