Check login intents match between QR code and current flow

This commit is contained in:
Stefan Ceriu
2022-10-13 11:33:18 +03:00
committed by Stefan Ceriu
parent d422e3ea1d
commit 68461d5fd5
2 changed files with 3 additions and 3 deletions
@@ -84,6 +84,7 @@ struct QRLoginRendezvousPayload: Codable {
enum Intent: String, Codable {
case loginStart = "login.start"
case loginReciprocate = "login.reciprocate"
}
enum Outcome: String, Codable {