Skip to content

Commit 12c9efd

Browse files
author
Abigail Cabascango
committed
fix: TTA-115 fix error Type 'string' is not assignable to type 'void in login.component
1 parent a78dbf4 commit 12c9efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/modules/login/login.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export class LoginComponent implements OnInit {
115115
}
116116
}
117117

118-
loginAuth(): void {
118+
loginAuth(): string {
119119
return this.authUrl;
120120
}
121121

0 commit comments

Comments
 (0)