Skip to content
Snippets Groups Projects
Commit 809c36e4 authored by kaiyou's avatar kaiyou
Browse files

Fix a typo

parent e6dce23c
No related branches found
No related tags found
No related merge requests found
Pipeline #306 passed
......@@ -48,7 +48,7 @@ class Config(object):
def update_client(cls, service):
if "client_id" not in service.config:
service.config.update(
client_id=getn_salt(24),
client_id=gen_salt(24),
client_secret=gen_salt(48),
jwt_key=gen_salt(24),
jwt_alg="HS256"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment