don't panic if user scans codes twice

This commit is contained in:
2025-08-02 19:31:52 +02:00
parent f39762f490
commit 5c81cd4995

View File

@@ -39,8 +39,7 @@ impl Backend {
) )
.fetch_one(db) .fetch_one(db)
.await .await
.unwrap(), .is_ok(),
}; }
true
} }
} }