From b2337158a38b7dfda6d5c4e3c5f0dd4ae9f4845d Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sat, 28 Jun 2014 16:59:16 -0700 Subject: [PATCH] remove reference to HTTP header --- views/auth_start.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/views/auth_start.php b/views/auth_start.php index 70dc83d..8635f07 100644 --- a/views/auth_start.php +++ b/views/auth_start.php @@ -10,7 +10,7 @@
Found your authorization endpoint: authorizationEndpoint ?>
Could not find your authorization endpoint!
-

You need to set your authorization endpoint in a <link> tag on your home page or in an HTTP header.

+

You need to set your authorization endpoint in a <link> tag on your home page.

@@ -24,7 +24,7 @@
Found your token endpoint: tokenEndpoint ?>
Could not find your token endpoint!
-

You need to set your token endpoint in a <link> tag on your home page or in an HTTP header.

+

You need to set your token endpoint in a <link> tag on your home page.

@@ -39,7 +39,7 @@
Found your Micropub endpoint: micropubEndpoint ?>
Could not find your Micropub endpoint!
-

You need to set your Micropub endpoint in a <link> tag on your home page or in an HTTP header.

+

You need to set your Micropub endpoint in a <link> tag on your home page.