Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
bcf05a6d21
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@ func LogoutAuth(c *gin.Context) {
|
|||
ret.Code = -1
|
||||
ret.Msg = "save session failed"
|
||||
}
|
||||
|
||||
util.ReloadUI()
|
||||
}
|
||||
|
||||
func LoginAuth(c *gin.Context) {
|
||||
|
|
Loading…
Add table
Reference in a new issue