Fix https

This commit is contained in:
Ilya Zverev 2017-02-09 15:16:31 +03:00
parent 75128f8e27
commit a8721214b3

View file

@ -1,7 +1,7 @@
module OmniAuth
module Strategies
module MapsMeBase
MAPSME_BASE = 'http://passport.maps.me'
MAPSME_BASE = 'https://passport.maps.me'
MAPSME_CLIENT_OPTIONS = {
:site => MAPSME_BASE,