We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca6c07 commit 07610bbCopy full SHA for 07610bb
src/playground/index.jsx
@@ -81,7 +81,7 @@ const sessionState = {
81
? profile.data.nick_name
82
: data.session.user.email.split("@")[0], // 用邮箱前缀做 username
83
thumbnailUrl: null, // Supabase avatar 或 null
84
- classroomId: String(profile.data.class), // 如果你没有 classroom,可以先置 null
+ classroomId: null, // 可以置 null
85
},
86
87
permissions: {
0 commit comments