updated response messages and rebuilt ui/dist

This commit is contained in:
Gani Georgiev
2022-09-02 10:00:36 +03:00
parent 06a7f1af05
commit df1a947b61
17 changed files with 690 additions and 688 deletions
+1 -1
View File
@@ -317,7 +317,7 @@ type App interface {
// authenticated user data and token.
OnUserAuthRequest() *hook.Hook[*UserAuthEvent]
// OnUserListExternalAuths hook is triggered on each API user's external auhts list request.
// OnUserListExternalAuths hook is triggered on each API user's external auths list request.
//
// Could be used to validate or modify the response before returning it to the client.
OnUserListExternalAuths() *hook.Hook[*UserListExternalAuthsEvent]