mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
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",
|
||
|
};
|