Tell server we can handle refresh tokens
It's actually set by the SDK internally as well, but set it explicitly here to be clear.
This commit is contained in:
parent
e8f04d79c9
commit
a4dbd5158c
1 changed files with 1 additions and 0 deletions
|
|
@ -172,6 +172,7 @@ export default {
|
|||
.register(userId, pass, user.registration_session || null, {
|
||||
type: "m.login.dummy",
|
||||
initial_device_display_name: this.$config.appName,
|
||||
refresh_token: true
|
||||
})
|
||||
.then((response) => {
|
||||
return extractAndSaveUser(response);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue