improvement: add option to get device id from token
This commit is contained in:
parent
ee0d6940bd
commit
1dbde0e1c1
4 changed files with 36 additions and 24 deletions
|
@ -105,7 +105,7 @@ pub fn register_route(
|
|||
stages: vec!["m.login.dummy".to_owned()],
|
||||
}],
|
||||
completed: vec![],
|
||||
params: RawValue::from_string("".to_owned()).unwrap(),
|
||||
params: RawValue::from_string("{}".to_owned()).unwrap(),
|
||||
session: Some(utils::random_string(SESSION_ID_LENGTH)),
|
||||
auth_error: None,
|
||||
})));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue