Skip to content

Commit

Permalink
2024.10.0-resonite-love.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rassi0429 committed Oct 17, 2024
1 parent 17e60fe commit be754d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "2024.10.0-resonite-love.4",
"version": "2024.10.0-resonite-love.5",
"codename": "nasubi",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/widgets/WidgetZou.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const cooldown = ref(false);
onMounted(async () => {
console.log('mounted');
console.log("id", $i.id);
const authUser = await fetch("https://auth.resonite.love/api/user/search?misskeyId=" + "9rpoap4db7") //$i.id);
const authUser = await fetch("https://auth.resonite.love/api/user/search?misskeyId=" + $i.id);
const authResult = await authUser.json();
if (authResult.success) {
isUserRegistered.value = true;
Expand Down

0 comments on commit be754d4

Please sign in to comment.