Skip to content

Commit

Permalink
Merge pull request #1037 from ORCID/logincomponent
Browse files Browse the repository at this point in the history
Login component
  • Loading branch information
bobcaprice authored Oct 10, 2023
2 parents f5828f1 + c526cbe commit 77b479f
Show file tree
Hide file tree
Showing 27 changed files with 7,509 additions and 6,393 deletions.
16 changes: 0 additions & 16 deletions ui/.browserslistrc

This file was deleted.

7 changes: 7 additions & 0 deletions ui/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "gateway:build",
"proxyConfig": "src/proxy.conf.json"
},
"configurations": {
"production": {
"browserTarget": "gateway:build:production"
Expand Down Expand Up @@ -103,5 +107,8 @@
}
}
}
},
"cli": {
"analytics": false
}
}
Loading

0 comments on commit 77b479f

Please sign in to comment.