mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
This refactoring simplify the code of the frontend and prepare the portal for receiving a user settings page and an admin page.
6 lines
236 B
TypeScript
6 lines
236 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",
|
|
};
|