Skip to content

Commit 2a85d69

Browse files
author
Abigail Cabascango
committed
refactor: TTA-180 change Client URL for Auth URL
1 parent 3dc8359 commit 2a85d69

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

.dev.env

-38 Bytes
Binary file not shown.

src/app/modules/login/login.component.html

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,6 @@ <h3>Please log in</h3>
1111
<button (click)="login() " class="btn btn-primary">login</button>
1212
</div>
1313
<div *ngIf="!isProduction">
14-
<div
15-
id="g_id_onload"
16-
[attr.data-client_id]="cliendId"
17-
data-callback="handleCredentialResponse">
18-
</div>
19-
<div
20-
class="g_id_signin"
21-
data-theme="filled_blue"
22-
data-type="standard">
23-
</div>
14+
<a ng-href="{cliendId}}">Login</a>
2415
</div>
2516
</div>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,8 @@ export class LoginComponent implements OnInit {
106106
}
107107
}
108108

109+
loginAuth(): void {
110+
111+
}
112+
109113
}

0 commit comments

Comments
 (0)