feat(auth): add facebook identity psid login
This commit is contained in:
@@ -83,16 +83,10 @@ function resolveTargetAlias(
|
||||
const target = value.trim().toLowerCase();
|
||||
|
||||
if (target === "chat") return ROUTES.chat;
|
||||
if (target === "tip" || target === "tips" || target === "coffee") {
|
||||
if (target === "tip" || target === "tips") {
|
||||
return ROUTES.tip;
|
||||
}
|
||||
if (
|
||||
target === "private-room" ||
|
||||
target === "private_room" ||
|
||||
target === "privateroom" ||
|
||||
target === "private" ||
|
||||
target === "room"
|
||||
) {
|
||||
if (target === "private-room") {
|
||||
return ROUTES.privateRoom;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user