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(""),
|
||||
31
|
||||
);
|
||||
var result = window.confirm("Press a button!");
|
||||
if (result)
|
||||
yield userInstanceRef.set({
|
||||
timestamp: new Date(),
|
||||
fingerprint,
|
||||
});
|
||||
|
||||
yield userInstanceRef.set({
|
||||
timestamp: new Date(),
|
||||
fingerprint,
|
||||
});
|
||||
|
||||
yield delay(5000);
|
||||
yield put(checkInstanceId(uid));
|
||||
|
||||
Reference in New Issue
Block a user