mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-25 18:08:14 +08:00
35 lines
1.1 KiB
Plaintext
35 lines
1.1 KiB
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`deleteDevices() opens interactive auth dialog when delete fails with 401 1`] = `
|
|
{
|
|
"m.login.sso": {
|
|
"1": {
|
|
"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",
|
|
},
|
|
"2": {
|
|
"body": "Click the button below to confirm signing out these devices.",
|
|
"continueKind": "danger",
|
|
"continueText": "Sign out devices",
|
|
"title": "Confirm signing out these devices",
|
|
},
|
|
},
|
|
"org.matrix.login.sso": {
|
|
"1": {
|
|
"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",
|
|
},
|
|
"2": {
|
|
"body": "Click the button below to confirm signing out these devices.",
|
|
"continueKind": "danger",
|
|
"continueText": "Sign out devices",
|
|
"title": "Confirm signing out these devices",
|
|
},
|
|
},
|
|
}
|
|
`;
|