test #74
| @@ -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) | ||||
|                 } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user