mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-01 05:09:40 +00:00
🗃️ Add primaryColor to login page branding
This commit is contained in:
parent
955f927c59
commit
b505cc60b0
2 changed files with 4 additions and 2 deletions
|
|
@ -210,8 +210,9 @@ export const loginPageBranding = sqliteTable("loginPageBranding", {
|
|||
logoUrl: text("logoUrl").notNull(),
|
||||
logoWidth: integer("logoWidth").notNull(),
|
||||
logoHeight: integer("logoHeight").notNull(),
|
||||
title: text("title").notNull(),
|
||||
title: text("title"),
|
||||
subtitle: text("subtitle"),
|
||||
primaryColor: text("primaryColor"),
|
||||
resourceTitle: text("resourceTitle").notNull(),
|
||||
resourceSubtitle: text("resourceSubtitle")
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue