mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-10 20:02:26 +00:00
🗃️ Add primaryColor to login page branding
This commit is contained in:
@@ -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")
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user