aboutsummaryrefslogtreecommitdiff
path: root/src/app/authorization-request/authorization-request.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/authorization-request/authorization-request.component.ts')
-rw-r--r--src/app/authorization-request/authorization-request.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/authorization-request/authorization-request.component.ts b/src/app/authorization-request/authorization-request.component.ts
index ad25600..70762bf 100644
--- a/src/app/authorization-request/authorization-request.component.ts
+++ b/src/app/authorization-request/authorization-request.component.ts
@@ -49,7 +49,7 @@ export class AuthorizationRequestComponent implements OnInit {
49 49
50 //Internationalization 50 //Internationalization
51 getMessage(key, sub?){ 51 getMessage(key, sub?){
52 this.languageService.getMessage(key, sub); 52 return this.languageService.getMessage(key, sub);
53 } 53 }
54 54
55 55