##// END OF EJS Templates
fix(2fa): fixed tests to use mock instead of global value which causes some other tests to fail
fix(2fa): fixed tests to use mock instead of global value which causes some other tests to fail

File last commit:

r5040:444b916d default
r5378:b5200639 default
Show More
persona.py
6 lines | 101 B | text/x-python | PythonLexer
from authomatic import providers
class MozillaPersona(providers.AuthenticationProvider):
pass