This commit is contained in:
wh1te909
2024-11-19 23:15:17 +00:00
parent 4d8abbaa12
commit 09ecc36bcd
3 changed files with 2 additions and 2 deletions

View File

@@ -111,6 +111,7 @@ const loading = ref(false);
function removeSession(token: AuthToken) { function removeSession(token: AuthToken) {
$q.dialog({ $q.dialog({
title: `Disconnect session for ${token.user}?`, title: `Disconnect session for ${token.user}?`,
message: "This user will be signed out immediately.",
cancel: true, cancel: true,
ok: { label: "Delete", color: "negative" }, ok: { label: "Delete", color: "negative" },
}).onOk(async () => { }).onOk(async () => {

View File

@@ -120,7 +120,6 @@ const loading = ref(false);
function removeSSOAccount(account: SSOAccount) { function removeSSOAccount(account: SSOAccount) {
$q.dialog({ $q.dialog({
title: `Disconnect social account: ${account.display}?`, title: `Disconnect social account: ${account.display}?`,
message: "If you are signed in with this account you will be logged off",
cancel: true, cancel: true,
ok: { label: "Delete", color: "negative" }, ok: { label: "Delete", color: "negative" },
}).onOk(async () => { }).onOk(async () => {

View File

@@ -102,7 +102,7 @@ For details, see: https://license.tacticalrmm.com/ee
<q-icon name="description" /> <q-icon name="description" />
</q-item-section> </q-item-section>
<q-item-section <q-item-section
>Copy Allowed JavaScript Origin to Clipboard</q-item-section >Copy Authorized JavaScript origin</q-item-section
> >
</q-item> </q-item>