mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 16:44:55 +00:00
Add platform type to user login and enforce access restrictions
This commit is contained in:
@ -132,6 +132,7 @@ export class UserAuthService {
|
||||
data.email,
|
||||
data.password,
|
||||
data.regionUuid,
|
||||
data.platform,
|
||||
);
|
||||
}
|
||||
const session = await Promise.all([
|
||||
|
||||
Reference in New Issue
Block a user