mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2024-12-23 05:00:25 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
432972c854
@ -34,6 +34,7 @@ public class UserDetailsServiceImpl implements UserDetailsService {
|
||||
|
||||
@Override
|
||||
public UserDetails loadUserByUsername(String username) throws UsernameNotFoundException {
|
||||
|
||||
String clientId = request.getParameter(AuthConstants.JWT_CLIENT_ID_KEY);
|
||||
User user = null;
|
||||
switch (clientId) {
|
||||
|
Loading…
Reference in New Issue
Block a user