mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
689fd7cb95
We now extend the default Eslint configuration and enforce styling with prettier for all of our frontend code.
5 lines
235 B
TypeScript
5 lines
235 B
TypeScript
export const GoogleAuthenticator = {
|
|
googlePlay: "https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=en_us",
|
|
appleStore: "https://apps.apple.com/us/app/google-authenticator/id388497605",
|
|
};
|