feat: view shared links inside of mobile app

This commit is contained in:
bwees 2025-07-31 13:38:14 -05:00
parent f972b8d514
commit c8c6f86518
No known key found for this signature in database
20 changed files with 434 additions and 61 deletions

View file

@ -28,7 +28,7 @@ final authProvider = StateNotifierProvider<AuthNotifier, AuthState>((ref) {
ref.watch(secureStorageServiceProvider),
ref.watch(widgetServiceProvider),
);
});
}, dependencies: [apiServiceProvider]);
class AuthNotifier extends StateNotifier<AuthState> {
final AuthService _authService;