0👍
Please chanage all place related to “perms” to “scope”. Ex:
“
if (response.session) {
// logged in and connected user, someone you know
if (response.perms) {
“
to
“
if (response.session) {
// logged in and connected user, someone you know
if (response.scope) {
“
Feel free if you have any problem.
Good luck.
👤Tuan
Source:stackexchange.com