Logo
Explore Help
Register Sign In
immich-app/immich
1
0
Fork 0
You've already forked immich
mirror of https://github.com/immich-app/immich.git synced 2025-12-17 17:23:20 +03:00
Code Issues Packages Projects Releases 16 Wiki Activity
Files
290e325c5cd07e30fe484272cc55eda0a3d152f2
immich/mobile/lib/providers/oauth.provider.dart

6 lines
267 B
Dart
Raw Normal View History

feat(mobile) Add OAuth Login On Mobile (#990) * Added return type for oauth/callback * Remove console.log * Redirect app * Wording * Added loading state change * Added OAuth login on mobile * Return correct status for correct redirection * Auto discovery OAuth Login
2022-11-20 11:43:10 -06:00
import 'package:hooks_riverpod/hooks_riverpod.dart';
refactor(mobile): services and providers (#9232) * refactor(mobile): services and provider * providers
2024-05-02 15:59:14 -05:00
import 'package:immich_mobile/services/oauth.service.dart';
import 'package:immich_mobile/providers/api.provider.dart';
feat(mobile) Add OAuth Login On Mobile (#990) * Added return type for oauth/callback * Remove console.log * Redirect app * Wording * Added loading state change * Added OAuth login on mobile * Return correct status for correct redirection * Auto discovery OAuth Login
2022-11-20 11:43:10 -06:00
chore: bump line length to 120 (#20191)
2025-07-25 08:07:22 +05:30
final oAuthServiceProvider = Provider((ref) => OAuthService(ref.watch(apiServiceProvider)));
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 282ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API