diff --git a/src/app/modules/auth/auth-callback/page/auth-callback-page.component.html b/src/app/modules/auth/auth-callback/page/auth-callback-page.component.html index dbe5f612..5654fbb1 100644 --- a/src/app/modules/auth/auth-callback/page/auth-callback-page.component.html +++ b/src/app/modules/auth/auth-callback/page/auth-callback-page.component.html @@ -1,5 +1,7 @@
- {{ 'auth.messages' + '.' + providerType + '.' + 'authorizing' | translate }} + {{ + 'auth.messages' + '.' + PROVIDER_TYPE + '.' + 'authorizing' | translate + }}