Skip to content

Commit 8db915e

Browse files
vijayanasokanglaumtech
authored andcommitted
Update AuthAspect.java
1 parent d57799f commit 8db915e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

login/src/main/java/com/glaum/login/configuration/AuthAspect.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ public static void before(JoinPoint jointpoint) {
5858
}
5959
}
6060
}
61+
if(authallowuser)
62+
break;
6163
}
6264

6365
if (!authallowuser)

0 commit comments

Comments
 (0)