mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 05:12:57 +03:00
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com> Co-authored-by: Elias Schneider <login@eliasschneider.com>
10 lines
207 B
TypeScript
10 lines
207 B
TypeScript
export const sharedPreviewProps = {
|
|
logoURL: "https://pocket-id.org/img/logo.png",
|
|
appName: "Pocket ID",
|
|
};
|
|
|
|
export const sharedTemplateProps = {
|
|
logoURL: "{{.LogoURL}}",
|
|
appName: "{{.AppName}}",
|
|
};
|