Handle update identity with bad identity username

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2019-11-05 15:03:35 +01:00
parent f91f8ab926
commit 08dab070e7
2 changed files with 20 additions and 12 deletions

View File

@@ -52,7 +52,7 @@ config :mobilizon, MobilizonWeb.Endpoint,
# Do not include metadata nor timestamps in development logs
config :logger, :console, format: "[$level] $message\n", level: :debug
config :mobilizon, Mobilizon.Service.Geospatial, service: Mobilizon.Service.Geospatial.Nominatim
config :mobilizon, Mobilizon.Service.Geospatial, service: Mobilizon.Service.Geospatial.GoogleMaps
# Set a higher stacktrace during development. Avoid configuring such
# in production as building large stacktraces may be expensive.