mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 16:42:26 +08:00
renames signout function
This commit is contained in:
@ -149,4 +149,4 @@ func (s *fakeUserAuthTokenService) UserAuthenticatedHook(user *m.User, c *m.ReqC
|
||||
return nil
|
||||
}
|
||||
|
||||
func (s *fakeUserAuthTokenService) UserSignedOutHook(c *m.ReqContext) error { return nil }
|
||||
func (s *fakeUserAuthTokenService) SignOutUser(c *m.ReqContext) error { return nil }
|
||||
|
Reference in New Issue
Block a user