Add some sessions (#5052)

* Add AccountEdit

* Add PasswordChange

* Cleanup

* Add SessionService.accountImage

* Add SessionService.message

* Add SessionService.getUserInfo

* Lint
This commit is contained in:
Zach H 2024-06-14 23:06:50 -04:00 committed by GitHub
parent 34d70980e8
commit e2ab8db958
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 190 additions and 0 deletions

View file

@ -13,3 +13,8 @@ export * from './resetPassword';
export * from './resetPasswordChallenge'
export * from './resetPasswordRequest';
export * from './updateStatus';
export * from './accountPassword';
export * from './accountEdit';
export * from './accountImage';
export * from './message';
export * from './getUserInfo';