style: fix formatting and add newlines at end of files
All checks were successful
CI / Get Changed Files (pull_request) Successful in 12s
CI / oxlint (pull_request) Successful in 39s
CI / prettier (pull_request) Successful in 55s
CI / eslint (pull_request) Successful in 59s
CI / Docker frontend validation (pull_request) Successful in 1m27s
CI / test-build (pull_request) Successful in 1m15s
CI / Checkstyle Main (pull_request) Successful in 2m6s
CI / Docker backend validation (pull_request) Successful in 2m10s
All checks were successful
CI / Get Changed Files (pull_request) Successful in 12s
CI / oxlint (pull_request) Successful in 39s
CI / prettier (pull_request) Successful in 55s
CI / eslint (pull_request) Successful in 59s
CI / Docker frontend validation (pull_request) Successful in 1m27s
CI / test-build (pull_request) Successful in 1m15s
CI / Checkstyle Main (pull_request) Successful in 2m6s
CI / Docker backend validation (pull_request) Successful in 2m10s
This commit is contained in:
parent
07b594fa36
commit
52de53878e
5 changed files with 14 additions and 18 deletions
|
@ -46,4 +46,4 @@ public class GoogleController {
|
|||
AuthResponseDto response = googleService.processGoogleCode(code);
|
||||
return ResponseEntity.ok(response);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -161,4 +161,4 @@ public class GoogleService {
|
|||
throw new RuntimeException("Failed to process Google authentication", e);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -22,4 +22,4 @@ public class GoogleOAuth2UserInfo extends OAuth2UserInfo {
|
|||
public String getEmail() {
|
||||
return (String) attributes.get("email");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue