Skip to content

Commit

Permalink
update-inst-signin
Browse files Browse the repository at this point in the history
  • Loading branch information
leomendoza123 committed Aug 27, 2024
1 parent f70bfae commit 5392ec8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
$warn: map-get($theme, accent);
$foreground: map-get($theme, foreground);
$background: map-get($theme, background);
// .display-1 {
// color: mat.get-color-from-palette($primary);
// }
button {
color: $orcid-light-primary-text;
background: mat.get-color-from-palette($primary, 700);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ export class LinkAccountComponent implements OnInit {
.get()
.pipe(first())
.subscribe((platform) => {
console.log('platform', platform)
this._router.navigate([ApplicationRoutes.signin], {
queryParams: {
...platform.queryParameters,
Expand Down

0 comments on commit 5392ec8

Please sign in to comment.