Jofthomas HF staff commited on
Commit
4c9889a
1 Parent(s): 4ff7774
patches/src/components/buttons/InteractButton.tsx CHANGED
@@ -30,6 +30,7 @@ export default function InteractButton() {
30
  async (worldId: Id<'worlds'>) => {
31
  let inputId;
32
  try {
 
33
  inputId = await join({ worldId, oauthToken });
34
  console.log("sucess")
35
  } catch (e: any) {
 
30
  async (worldId: Id<'worlds'>) => {
31
  let inputId;
32
  try {
33
+ console.log("trying to join : ", oauthToken)
34
  inputId = await join({ worldId, oauthToken });
35
  console.log("sucess")
36
  } catch (e: any) {