Skip to content

Commit 8fb6d9b

Browse files
committed
fix: hide second step, when no token retrieved
1 parent 03d70d4 commit 8fb6d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h1>TickTick OAuth</h1>
5050
<button type="submit">Authorize</button>
5151
</form>
5252
</div>
53-
<div id="step-2" style="display: hidden;">
53+
<div id="step-2" style="display: none;">
5454
<p>
5555
Copy the access token below and paste it into the Logseq plugin settings.
5656
</p>

0 commit comments

Comments
 (0)