-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial commit on auth error hints * added more errors to error library * fixed auth errors and added error tips * updating local branch with dev * removed interaction_status from cookies * added return type to createCookie * removed uri extension and added consent error tips * error hints now appear below error-code * fixed formating errors * maintained fluentui at 8.28.0 * adjustment to hints wording * corrected hinting language * code refactors in error hinting
- Loading branch information
Showing
13 changed files
with
331 additions
and
200 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,18 @@ | ||
{ | ||
"search.exclude": { | ||
"**/node_modules": true, | ||
"**/all.min.js": true | ||
}, | ||
"files.exclude": { | ||
"**/node_modules": true, | ||
"**/.github": true, | ||
}, | ||
"files.trimTrailingWhitespace": true, | ||
"editor.codeActionsOnSave": { | ||
"source.fixAll.tslint": true | ||
}, | ||
"editor.formatOnSave": true, | ||
"editor.formatOnPaste": true, | ||
"typescript.updateImportsOnFileMove.enabled": "always", | ||
"eslint.validate": [ | ||
"typescript", | ||
"typescriptreact" | ||
], | ||
} | ||
"search.exclude": { | ||
"**/node_modules": true, | ||
"**/all.min.js": true | ||
}, | ||
"files.exclude": { | ||
"**/node_modules": true, | ||
"**/.github": true | ||
}, | ||
"files.trimTrailingWhitespace": true, | ||
"editor.codeActionsOnSave": { | ||
"source.fixAll.tslint": true | ||
}, | ||
"editor.formatOnSave": true, | ||
"editor.formatOnPaste": true, | ||
"typescript.updateImportsOnFileMove.enabled": "always", | ||
"eslint.validate": ["typescript", "typescriptreact"] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -154,4 +154,4 @@ | |
"ws": "8.0.0", | ||
"yargs-parser": "13.1.2" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.