mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: typo
This commit is contained in:
parent
6dcecd6ba6
commit
ebf87f71b3
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue