fix for resend, cooldown and a few small fixes
This commit is contained in:
5
frontend/pshared/lib/models/auth/probe_result.dart
Normal file
5
frontend/pshared/lib/models/auth/probe_result.dart
Normal file
@@ -0,0 +1,5 @@
|
||||
enum AuthProbeResult {
|
||||
authorized,
|
||||
notVerified,
|
||||
error,
|
||||
}
|
||||
Reference in New Issue
Block a user