mirror of
https://github.com/FoggedLens/deflock-app.git
synced 2026-02-12 16:52:51 +00:00
submission from queue still not working, but login issue fixed by creating osm application correctly (non-confidential)
This commit is contained in:
@@ -7,9 +7,7 @@ import 'package:http/http.dart' as http;
|
||||
|
||||
/// Handles PKCE OAuth login with OpenStreetMap.
|
||||
class AuthService {
|
||||
/// Paste the **client ID** 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;
|
||||
|
||||
Reference in New Issue
Block a user