diff --git a/src/composables/useNotify.ts b/src/composables/useNotify.ts index 5be6c45..7566268 100644 --- a/src/composables/useNotify.ts +++ b/src/composables/useNotify.ts @@ -13,7 +13,7 @@ export function useNotify() { message: `${t(error.message)} (${t('code')}: ${error.code})`, type: 'negative', position: 'bottom', - timeout: 2000, + timeout: 1000, multiLine: true }) }