mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-06-03 03:12:25 +08:00
get host return null;
This commit is contained in:
@@ -55,7 +55,7 @@ public class CustomAuthenticationToken implements AuthenticationToken, HostAuthe
|
||||
|
||||
@Override
|
||||
public String getHost() {
|
||||
return null;
|
||||
return host;
|
||||
}
|
||||
|
||||
public void setHost(String host) {
|
||||
|
||||
Reference in New Issue
Block a user