diff --git a/src/auth/module/components/auth/auth.component.html b/src/auth/module/components/auth/auth.component.html
index 852d5f3..b7b83e8 100644
--- a/src/auth/module/components/auth/auth.component.html
+++ b/src/auth/module/components/auth/auth.component.html
@@ -301,5 +301,5 @@
   </ngb-tab>
 </ngb-tabset>
 
-<ngb-auth-firebaseui-providers class="mt-2"></ngb-auth-firebaseui-providers>
+<ngb-auth-firebaseui-providers [providers]="providers" class="mt-2"></ngb-auth-firebaseui-providers>
 <ngb-alerts-container class="mt-2" [alerts]="alertService.alerts"></ngb-alerts-container>