Removed testing code for fingerprint confirmation BOD-132
This commit is contained in:
@@ -103,12 +103,11 @@ export function* setInstanceIdSaga({ payload: uid }) {
|
|||||||
(yield Fingerprint2.getPromise({})).map((c) => c.value).join(""),
|
(yield Fingerprint2.getPromise({})).map((c) => c.value).join(""),
|
||||||
31
|
31
|
||||||
);
|
);
|
||||||
var result = window.confirm("Press a button!");
|
|
||||||
if (result)
|
yield userInstanceRef.set({
|
||||||
yield userInstanceRef.set({
|
timestamp: new Date(),
|
||||||
timestamp: new Date(),
|
fingerprint,
|
||||||
fingerprint,
|
});
|
||||||
});
|
|
||||||
|
|
||||||
yield delay(5000);
|
yield delay(5000);
|
||||||
yield put(checkInstanceId(uid));
|
yield put(checkInstanceId(uid));
|
||||||
|
|||||||
Reference in New Issue
Block a user