parent
6bc5143471
commit
75140a4055
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue