mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-12 17:23:18 +03:00
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}}",
|
||
|
|
};
|