test #74

Merged
klaus merged 10 commits from test into main 2023-11-09 11:18:20 +00:00
Showing only changes of commit 75140a4055 - Show all commits

View File

@@ -57,7 +57,10 @@ class AuthService(
val certificateYear = certificate.birth.substring(0, 4).toInt()
if (isBlockAuth(certificate)) {
signOut(memberId = memberId)
try {
signOut(memberId = memberId)
} catch (_: Exception) {
}
throw SodaException(blockMessage)
}