From 112268a48aebf2f2025ee106f41fd6186b08bb59 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Tue, 25 Jul 2023 14:47:27 +0200 Subject: AI admin settings: lint:fix Signed-off-by: Marcel Klehr --- apps/settings/src/components/AuthTokenSection.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/settings/src/components/AuthTokenSection.vue') diff --git a/apps/settings/src/components/AuthTokenSection.vue b/apps/settings/src/components/AuthTokenSection.vue index 01a85f4ae1b..bb9bd3fb065 100644 --- a/apps/settings/src/components/AuthTokenSection.vue +++ b/apps/settings/src/components/AuthTokenSection.vue @@ -49,7 +49,7 @@ const confirm = () => { t('settings', 'Do you really want to wipe your data from this device?'), t('settings', 'Confirm wipe'), resolve, - true + true, ) }) } -- cgit v1.2.3