Skip to content

Commit b7408e1

Browse files
committed
removed jwt from displaying on dev page. posting rockd jwt to https://strabospot.org/jwtdb/macroJWT
1 parent aace76d commit b7408e1

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

pages/login/+Page.client.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function LoginForm() {
9090
if (loggedIn && linkStraboResponse && jParam) {
9191
try {
9292
const rockdJWTToStrabo = await fetch(
93-
"https://strabospot.org/db/macroJWT",
93+
"https://strabospot.org/jwtdb/macroJWT",
9494
{
9595
method: "POST",
9696
headers: {
@@ -116,13 +116,6 @@ function LoginForm() {
116116
title: "Login Successful",
117117
intent: Intent.SUCCESS,
118118
className: "login-info",
119-
children: linkStraboResponse
120-
? h(
121-
"pre",
122-
{ className: "login-json" },
123-
JSON.stringify(linkStraboResponse, null, 2)
124-
)
125-
: {},
126119
}),
127120
h(
128121
Button,

0 commit comments

Comments
 (0)