fix missing icons

This commit is contained in:
stopflock
2025-07-19 14:51:45 -05:00
parent 56518bab28
commit ef241688c3
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import 'package:http/http.dart' as http;
/// Redirect URI: flockmap://auth
/// • Put that client ID below (replace 'flockmap').
class AuthService {
static const _clientId = 'flockmap'; // ← replace with your ID
static const _clientId = 'lzEr2zjBGZ2TvJWr3QGxNcKxigp-mQ6pRWIUhI_Bqx8';
static const _redirect = 'flockmap://auth';
late final OAuth2Helper _helper;