diff --git a/src/main/kotlin/com/msksbr/bookmgr/controller/AuthController.kt b/src/main/kotlin/com/msksbr/bookmgr/controller/AuthController.kt index 634e472..ce226c4 100644 --- a/src/main/kotlin/com/msksbr/bookmgr/controller/AuthController.kt +++ b/src/main/kotlin/com/msksbr/bookmgr/controller/AuthController.kt @@ -53,7 +53,6 @@ class AuthController( Result.success( mapOf( "token" to token, - "id" to user.id, "username" to user.username, "role" to user.role )