Refactor account server actions using the enhanced action helper

The enhanced action helper has been utilized to refactor account-related server actions across the codebase. This change aims to streamline the server-side handling of user accounts, team accounts, and related functionality. As a result, various account-related server actions have now been wrapped with the helper, providing uniformity and consistency in action handling.
This commit is contained in:
giancarlo
2024-04-27 18:31:11 +07:00
parent ec59d02fb0
commit 0616d3b288
14 changed files with 388 additions and 409 deletions

6
pnpm-lock.yaml generated
View File

@@ -561,6 +561,9 @@ importers:
'@kit/monitoring':
specifier: workspace:^
version: link:../../monitoring/api
'@kit/next':
specifier: workspace:^
version: link:../../next
'@kit/prettier-config':
specifier: workspace:*
version: link:../../../tooling/prettier
@@ -772,6 +775,9 @@ importers:
'@kit/monitoring':
specifier: workspace:*
version: link:../../monitoring/api
'@kit/next':
specifier: workspace:^
version: link:../../next
'@kit/prettier-config':
specifier: workspace:*
version: link:../../../tooling/prettier