sync build tree from private myoffice

This commit is contained in:
myoffice-sync
2026-08-05 15:22:54 +00:00
parent cb3e15c140
commit 763a580c51
4 changed files with 47 additions and 35 deletions
@@ -19,6 +19,11 @@ import { SigninComponent } from './signin/signin.component';
import { SignupComponent } from './signup/signup.component';
import { LockedComponent } from './locked/locked.component';
import { ForgotPasswordComponent } from './forgot-password/forgot-password.component';
import { environment } from '../../environments/environment';
const googleButtonImports = environment.externalLogins?.google?.clientId
? [GoogleSigninButtonModule]
: [];
@NgModule({
imports: [
@@ -30,7 +35,7 @@ import { ForgotPasswordComponent } from './forgot-password/forgot-password.compo
MatInputModule,
MatIconModule,
MatButtonModule,
GoogleSigninButtonModule,
...googleButtonImports,
],
declarations: [
Page500Component,