Correction du style
This commit is contained in:
parent
b338230b37
commit
8fb1eac749
|
@ -51,7 +51,7 @@ class Common ():
|
||||||
|
|
||||||
# path to login test
|
# path to login test
|
||||||
self.auth_path = '/mysensors'
|
self.auth_path = '/mysensors'
|
||||||
self.auth_ok_url = 'https://home.sfr.fr/logged' # if logged
|
self.auth_ok_url = 'https://home.sfr.fr/logged' # if logged
|
||||||
self.auth_post_url = 'https://boutique.home.sfr.fr/authentification'
|
self.auth_post_url = 'https://boutique.home.sfr.fr/authentification'
|
||||||
self.auth_referer = 'https://boutique.home.sfr.fr/authentification?back=service'
|
self.auth_referer = 'https://boutique.home.sfr.fr/authentification?back=service'
|
||||||
self.auth_user_field = 'email'
|
self.auth_user_field = 'email'
|
||||||
|
|
Loading…
Reference in New Issue