diff options
author | Aaron Parecki <aaron@parecki.com> | 2022-02-13 15:56:43 +0000 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2022-02-13 15:56:43 +0000 |
commit | 61552f92fcf8a33e9796c7ff93d1872ee68d9a2e (patch) | |
tree | cba82749de14ca6d918d23c152cab70cacbd6d5e /views/auth_start.php | |
parent | b1ee2ffe013a4ffaadb790126c8f9578101eba36 (diff) |
request profile scope
Diffstat (limited to 'views/auth_start.php')
-rw-r--r-- | views/auth_start.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/auth_start.php b/views/auth_start.php index a6df0da..856caec 100644 --- a/views/auth_start.php +++ b/views/auth_start.php @@ -48,8 +48,8 @@ <form action="/auth/redirect" method="get"> <p>Choose the scope to request:</p> <ul style="list-style-type: none;"> - <li><input type="radio" name="scope" value="create update media" checked="checked"> create update media (default)</li> - <li><input type="radio" name="scope" value="create"> create</li> + <li><input type="radio" name="scope" value="profile create update media" checked="checked"> profile create update media (default)</li> + <li><input type="radio" name="scope" value="create"> profile create</li> <li><input type="radio" name="scope" value="post"> post (legacy)</li> </ul> |