Skip to content

Commit

Permalink
Update auth config (#221)
Browse files Browse the repository at this point in the history
* update auth config
  • Loading branch information
jbukhari authored May 18, 2023
1 parent 9f07827 commit 09dc811
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dlx/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@ class Config():
'500': {'a': '100'},
'510': {'a': '110'},
'511': {'a': '111'},
'530': {'a': '130'},
'550': {'a': '150'},
'551': {'a': '151'},
'591': {'a': '191', 'b': '191', 'c': '191', 'd': '191'},
}

auth_language_tag = {
Expand Down

0 comments on commit 09dc811

Please sign in to comment.