2022-08-11 00:26:48 +08:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`deleteDevices() opens interactive auth dialog when delete fails with 401 1`] = `
|
2022-11-04 18:48:08 +08:00
|
|
|
{
|
|
|
|
"m.login.sso": {
|
|
|
|
"1": {
|
2022-08-11 00:26:48 +08:00
|
|
|
"body": "Confirm logging out these devices by using Single Sign On to prove your identity.",
|
|
|
|
"continueKind": "primary",
|
|
|
|
"continueText": "Single Sign On",
|
|
|
|
"title": "Use Single Sign On to continue",
|
|
|
|
},
|
2022-11-04 18:48:08 +08:00
|
|
|
"2": {
|
2022-08-11 00:26:48 +08:00
|
|
|
"body": "Click the button below to confirm signing out these devices.",
|
|
|
|
"continueKind": "danger",
|
|
|
|
"continueText": "Sign out devices",
|
|
|
|
"title": "Confirm signing out these devices",
|
|
|
|
},
|
|
|
|
},
|
2022-11-04 18:48:08 +08:00
|
|
|
"org.matrix.login.sso": {
|
|
|
|
"1": {
|
2022-08-11 00:26:48 +08:00
|
|
|
"body": "Confirm logging out these devices by using Single Sign On to prove your identity.",
|
|
|
|
"continueKind": "primary",
|
|
|
|
"continueText": "Single Sign On",
|
|
|
|
"title": "Use Single Sign On to continue",
|
|
|
|
},
|
2022-11-04 18:48:08 +08:00
|
|
|
"2": {
|
2022-08-11 00:26:48 +08:00
|
|
|
"body": "Click the button below to confirm signing out these devices.",
|
|
|
|
"continueKind": "danger",
|
|
|
|
"continueText": "Sign out devices",
|
|
|
|
"title": "Confirm signing out these devices",
|
|
|
|
},
|
|
|
|
},
|
|
|
|
}
|
|
|
|
`;
|