+ {{ + t( + "This application will be able to access all of your informations and post content on your behalf. Make sure you only approve applications you trust." + ) + }} +
+{{ authApplication?.name }}
+{{ authApplication?.website }}
++ {{ t("Application not found") }} +
+{{ t("The provided application was not found.") }}
++ {{ t("Your application code") }} +
++ {{ + t( + "You need to provide the following code to your application. It will only be valid for a few minutes." + ) + }} +
+{{ resultCode }}
++ {{ + t( + "These apps can access your account through the API. If you see here apps that you don't recognize, that don't work as expected or that you don't use anymore, you can revoke their access." + ) + }} +
++ {{ authAuthorizedApplication.application.name }} +
+ {{ + urlToHostname(authAuthorizedApplication.application.website) + }} ++ {{ + t("Last used on {last_used_date}", { + last_used_date: formatDateString( + authAuthorizedApplication.lastUsedAt + ), + }) + }} + {{ t("Never used") }} ⋅ + {{ + t("Authorized on {authorization_date}", { + authorization_date: formatDateString( + authAuthorizedApplication.insertedAt + ), + }) + }} +
+