Skip to content

Commit

Permalink
Added uat to VALID_URLS & Bumped Version
Browse files Browse the repository at this point in the history
  • Loading branch information
kritish-dhaubanjar committed Jun 21, 2021
1 parent 0c39ea4 commit ee507e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Dev Auth Extension",
"description": "Auth Extension for dev.vyaguta.lftechnology.com",
"version": "1.1.0",
"version": "1.1.1",
"manifest_version": 2,
"icons": {
"16": "./assets/icons/16x16.png",
Expand Down
1 change: 1 addition & 0 deletions src/services/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const VALID_URLS = [
"http://localhost",
"http://127.0.0.1",
"https://dev.vyaguta.lftechnology.com",
"https://uat.vyaguta.lftechnology.com",
];

interface OnlyToken {
Expand Down

0 comments on commit ee507e2

Please sign in to comment.