mirror of https://github.com/CIRCL/AIL-framework
fix: typo
parent
6dcecd6ba6
commit
ebf87f71b3
|
@ -37,7 +37,7 @@ regex_password = r'^(?=(.*\d){2})(?=.*[a-z])(?=.*[A-Z]).{10,100}$'
|
|||
regex_password = re.compile(regex_password)
|
||||
|
||||
###############################################################
|
||||
############### CHECK ROLE ACCESS ##################
|
||||
############### FLASK CACHE ##################
|
||||
###############################################################
|
||||
def no_cache(func):
|
||||
@wraps(func)
|
||||
|
|
Loading…
Reference in New Issue