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