We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aace76d commit b7408e1Copy full SHA for b7408e1
pages/login/+Page.client.ts
@@ -90,7 +90,7 @@ function LoginForm() {
90
if (loggedIn && linkStraboResponse && jParam) {
91
try {
92
const rockdJWTToStrabo = await fetch(
93
- "https://strabospot.org/db/macroJWT",
+ "https://strabospot.org/jwtdb/macroJWT",
94
{
95
method: "POST",
96
headers: {
@@ -116,13 +116,6 @@ function LoginForm() {
116
title: "Login Successful",
117
intent: Intent.SUCCESS,
118
className: "login-info",
119
- children: linkStraboResponse
120
- ? h(
121
- "pre",
122
- { className: "login-json" },
123
- JSON.stringify(linkStraboResponse, null, 2)
124
- )
125
- : {},
126
}),
127
h(
128
Button,
0 commit comments