Skip to content
Snippets Groups Projects
Commit 066c7d8c authored by kaiyou's avatar kaiyou
Browse files

Fix a typo in the profile assign function

parent a3452913
No related branches found
No related tags found
1 merge request!20Add 'remember me' button
Pipeline #1475 passed
......@@ -70,7 +70,7 @@ def assign(profile_uuid):
profile.status = models.Profile.ACTIVE
models.log(
category=models.History.STATUS,
value=models.Profile.ACIVE,
value=models.Profile.ACTIVE,
user=user,
service=profile.service,
profile=profile,
......
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