+
+
+
+ {{ apiKey.comment }}
+
+ {{
+ $t('account_settings.api_key.created_date', {
+ date:
+ new Intl.DateTimeFormat($i18n.locale, {
+ dateStyle: 'medium',
+ timeStyle: 'short'
+ }).format(apiKey.createdDate)
+ })
+ }}
+
+
+ {{
+ $t('settings_user.latest_activity', {
+ date:
+ new Intl.DateTimeFormat($i18n.locale, {
+ dateStyle: 'medium',
+ timeStyle: 'short'
+ }).format(apiKeyLastActivity[apiKey.id])
+ })
+ }}
+
+ {{ $t('settings_user.no_recent_activity') }}
+
+
+
+
+
+
+ mdi-book-refresh
+
+
+ {{ $t('account_settings.api_key.force_kobo_sync') }}
+
+
+
+
+
+ mdi-delete
+
+
+
+
+
+
+