Skip to content

Commit 4716439

Browse files
authored
Update account.html
A few changes
1 parent 8cd0cfa commit 4716439

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

account.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ <h1>Scratch Authentication</h1>
180180
<!-- Main Content -->
181181
<div class="text content">
182182
<h2>Welcome! Please log in to continue.</h2>
183-
<button onclick="registerScratchAuth()">Register With ScratchAuth</button>
183+
<button onclick="registerScratchAuth()">Sign In With ScratchAuth</button>
184184
<p id="message" class="message" aria-live="polite"></p>
185185
<p>
186186
Please note: You will be redirected to an external site (ScratchAuth) for authentication. Once there,
@@ -195,6 +195,11 @@ <h2>Welcome! Please log in to continue.</h2>
195195
<h2>Login Using APIAuth</h2>
196196
<button onclick="registerApiAuth()">Login With APIAuth (Made by
197197
<a href="https://scratch.mit.edu/users/kRxZy_kRxZy/" target="_blank" class="kRxZy-link">kRxZy_kRxZy</a>)</button>
198+
<p id="message" class="message" aria-live="polite"></p>
199+
<p>
200+
APIAuth, made by <a href="https://scratch.mit.edu/users/kRxZy_kRxZy/" target="_blank" class="kRxZy-link">kRxZy_kRxZy</a>, is the next generation of Scratch Authenitcation.
201+
You only need to enter your username, put a code in your bio, click Done and then remove the code. Then, you are logged in.
202+
</p>
198203
</div>
199204

200205
<!-- Report Issue Section -->

0 commit comments

Comments
 (0)