submission from queue still not working, but login issue fixed by creating osm application correctly (non-confidential)

This commit is contained in:
stopflock
2025-07-19 16:13:42 -05:00
parent 99d6ad8a44
commit 956b9321a9

View File

@@ -7,9 +7,7 @@ import 'package:http/http.dart' as http;
/// Handles PKCE OAuth login with OpenStreetMap.
class AuthService {
/// Paste the **clientID** shown on the OSM OAuth2 application page
/// (it can be alphanumeric like lzEr2zjBGZ2…).
static const String _clientId = 'lzEr2zjBGZ2TvJWr3QGxNcKxigp-mQ6pRWIUhI_Bqx8';
static const String _clientId = 'HNbRD_Twxf0_lpkm-BmMB7-zb-v63VLdf_bVlNyU9qs';
static const _redirect = 'flockmap://auth';
late final OAuth2Helper _helper;