mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 18:11:13 -05:00
Refactor code structure and remove redundant changes
This commit is contained in:
10
lib/services/auth/index.ts
Normal file
10
lib/services/auth/index.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Authentication Services Export
|
||||
*
|
||||
* Central export point for all authentication-related services.
|
||||
*/
|
||||
|
||||
export * from './authService';
|
||||
export * from './mfaService';
|
||||
export * from './oauthService';
|
||||
export * from './tokenStorage';
|
||||
Reference in New Issue
Block a user