mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-02 00:36:38 +00:00
complete web device auth flow
This commit is contained in:
@@ -45,6 +45,12 @@ export class PrivateConfig {
|
||||
|
||||
this.rawPrivateConfig = parsedPrivateConfig;
|
||||
|
||||
if (this.rawPrivateConfig.branding?.hide_auth_layout_footer) {
|
||||
process.env.HIDE_AUTH_LAYOUT_FOOTER = JSON.stringify(
|
||||
this.rawPrivateConfig.branding?.hide_auth_layout_footer
|
||||
);
|
||||
}
|
||||
|
||||
if (this.rawPrivateConfig.branding?.colors) {
|
||||
process.env.BRANDING_COLORS = JSON.stringify(
|
||||
this.rawPrivateConfig.branding?.colors
|
||||
|
||||
Reference in New Issue
Block a user