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:
N-Pex 2025-05-28 14:16:08 +02:00
parent e8f04d79c9
commit a4dbd5158c

View file

@ -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);