Skip to content
Merged
Show file tree
Hide file tree
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
Next Next commit
refactor: TTA-180 change Client URL for Auth URL
  • Loading branch information
Abigail Cabascango committed Oct 5, 2022
commit 2a85d6933d19a19cdbdea618c0a197a462e483c3
Binary file modified .dev.env
Binary file not shown.
11 changes: 1 addition & 10 deletions src/app/modules/login/login.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,6 @@ <h3>Please log in</h3>
<button (click)="login() " class="btn btn-primary">login</button>
</div>
<div *ngIf="!isProduction">
<div
id="g_id_onload"
[attr.data-client_id]="cliendId"
data-callback="handleCredentialResponse">
</div>
<div
class="g_id_signin"
data-theme="filled_blue"
data-type="standard">
</div>
<a ng-href="{cliendId}}">Login</a>
</div>
</div>
4 changes: 4 additions & 0 deletions src/app/modules/login/login.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,8 @@ export class LoginComponent implements OnInit {
}
}

loginAuth(): void {

}

}