update usermanagement to legacy mode

This commit is contained in:
mengstabketemaw
2026-06-18 11:25:26 +03:00
parent 3a528c9515
commit 2feaaf1ee4
13 changed files with 158 additions and 57 deletions

View File

@@ -1,3 +1,4 @@
export * from './lib/base-api';
export * from './lib/query-and-mutation';
export * from './lib/session';
export { baseQueryWithReauth, configureTokenRefresh } from './lib/base-api/base-query-with-reauth';