Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: TTA-115 fix error Type 'string' is not assignable to type 'void …
…in login.component
  • Loading branch information
Abigail Cabascango committed Oct 7, 2022
commit 12c9efdca23b241efe3b2d20110fcb09f65ccc8e
2 changes: 1 addition & 1 deletion src/app/modules/login/login.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export class LoginComponent implements OnInit {
}
}

loginAuth(): void {
loginAuth(): string {
return this.authUrl;
}

Expand Down