+ {{ $t("auth.tokens.created_at") }} + {{ $d(new Date(token.created_at), "datetimeShort") }} +
++ {{ $t("auth.tokens.last_used_at") }} + {{ $d(new Date(token.last_used_at), "datetimeShort") }} +
++ {{ $t("auth.tokens.last_used_at") }} + {{ $t("auth.tokens.never_used") }} +
++ {{ $t("auth.tokens.expires_at") }} + {{ $d(new Date(token.expires_at), "datetimeShort") }} +
+This application will be able to:
+ +