So I updated my supertokens to the latest, and I noticed that when users sign up I have to alter my role adding from this const response = await UserRoles.addRoleToUser(userId, "user"); to const response = await UserRoles.addRoleToUser("public", userId, "user");. I was wondering if it will impact the frontend side where it verfies based on user role and already created users? Also will the updating the SDK on side affect the frontend - I am currently using "supertokens-auth-react": "^0.35.8", "supertokens-web-js": "^0.8.0", after updating from 0.33 and 0.6