From 73e1eb6e215419ac3cab86ff81301dd3b5b19f3f Mon Sep 17 00:00:00 2001
From: demeritcowboy
Date: Fri, 18 Nov 2022 10:35:49 -0500
Subject: [PATCH] avoid scan errors
---
ext/oauth-client/ang/oauthClientCreateHelp.aff.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ext/oauth-client/ang/oauthClientCreateHelp.aff.html b/ext/oauth-client/ang/oauthClientCreateHelp.aff.html
index 4af0fa8be0..ab9a8b19d2 100644
--- a/ext/oauth-client/ang/oauthClientCreateHelp.aff.html
+++ b/ext/oauth-client/ang/oauthClientCreateHelp.aff.html
@@ -7,7 +7,7 @@
{{ts('Configure the "Redirect URL":')}}
{{redirectUrl}}
-
+
{{ts('WARNING: Most web-service providers require "https://" URLs. Alternatively, "http://" may be accepted for strictly local URLs ("localhost" or "127.0.0.1").')}}
@@ -17,7 +17,7 @@
-
+
{{ts('Configure the scopes:')}}
@@ -29,4 +29,4 @@
{{ts('Finally, copy the client credentials below:')}}
-
\ No newline at end of file
+
--
2.25.1