Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2cfbbf8

Browse files
Merge branch 'boot-1.3-migration'
Conflicts: src/main/java/com/naturalprogrammer/spring/socialsample/config/SocialConfig.java
2 parents d4e7393 + 72c30a4 commit 2cfbbf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
</dependency>
8484

8585
</dependencies>
86-
86+
8787
<build>
8888
<plugins>
8989
<plugin>

‎src/main/java/com/naturalprogrammer/spring/socialsample/util/MyUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public static void logInUser(User user) {
4747
Authentication authentication = new UsernamePasswordAuthenticationToken(userDetails, null, userDetails.getAuthorities());
4848
SecurityContextHolder.getContext().setAuthentication(authentication);
4949
}
50-
50+
5151
public static boolean isAuthorized(Facebook facebook) {
5252
try {
5353
return facebook.isAuthorized();

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /