This commit is contained in:
@@ -196,9 +196,9 @@ const handleScanLogin = async () => {
|
||||
|
||||
const getPathDeviceId = () => {
|
||||
const params = new URLSearchParams(window.location.search);
|
||||
const device_id = params.get('device_id');
|
||||
if (deviceId) {
|
||||
identifier.value = device_id;
|
||||
const identifier = params.get('identifier');
|
||||
if (identifier) {
|
||||
identifier.value = identifier;
|
||||
handleLogin();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user