Fix verification state algorithm

This commit is contained in:
Alfonso Grillo
2022-11-15 16:05:07 +01:00
parent 96aceb0ba8
commit de9b77c754
6 changed files with 13 additions and 9 deletions
@@ -79,6 +79,8 @@ struct UserSessionInfo: Identifiable {
case unverified
/// The session has been verified.
case verified
/// A session which cannot be never verified due to lack of crypto support
case permanentlyUnverified
}
}