sync build tree from private myoffice
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user