don't panic if user scans codes twice
This commit is contained in:
@@ -39,8 +39,7 @@ impl Backend {
|
|||||||
)
|
)
|
||||||
.fetch_one(db)
|
.fetch_one(db)
|
||||||
.await
|
.await
|
||||||
.unwrap(),
|
.is_ok(),
|
||||||
};
|
}
|
||||||
true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user