0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【Ubuntu 24.04】Ubuntu 24.04 verでRocket.Chat配布

Posted at

image.png

HeadLine2

Title3

Title4

page.tsx
if (userData) {
            setUserName(userData.user_name ?? "");
            setNickname(userData.nickname ?? "");
            setProfile_img(
              userData.profile_img ??
                "https://mjhcmaqftsbfevquhyqc.supabase.co/storage/v1/object/sign/user_profile/default_img.png?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1cmwiOiJ1c2VyX3Byb2ZpbGUvZGVmYXVsdF9pbWcucG5nIiwiaWF0IjoxNzI4OTMzOTg3LCJleHAiOjE3NjA0Njk5ODd9.zkJMRvGI8vpWKsR1c5nskb88fibWo_uM_lzQJzfZVbk&t=2024-10-14T19%3A26%3A28.430Z"
            );
          } else {
            console.log(userError);
          }

test

test

Korea Blog

  • list1
  • list2
  • list3
  1. numberList1
  2. numberList2
  3. numberList3
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?