Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- Don't check host in UI (it's checked in the backend)
  • Loading branch information
DonMartin76 committed Jul 24, 2019
1 parent 5583e8d commit a988516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/applications.jade
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ block bodyScripts
if (hasredirecturi) {
try {
var url = new URL(redirecturi);
if (!url.host)
redirectError = 'Redirect URI is a valid URL, but must contain a host. Please check documentation.';
// if (!url.host)
// redirectError = 'Redirect URI is a valid URL, but must contain a host. Please check documentation.';
} catch (ex) {
redirectError = 'Redirect URI is not a valid URL. Please check documentation for an explanation.';
}
Expand Down

0 comments on commit a988516

Please sign in to comment.