Skip to content

Commit

Permalink
Remove duplicated line in backend/globaleaks/handlers/wizard.py
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Mar 6, 2024
1 parent bb9143a commit 12eeab4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/globaleaks/handlers/wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ def db_wizard(session, tid, hostname, request):
admin_desc = models.User().dict(language)
admin_desc['username'] = request['admin_username']
admin_desc['name'] = request['admin_name']
admin_desc['name'] = request['admin_name']
admin_desc['mail_address'] = request['admin_mail_address']
admin_desc['language'] = language
admin_desc['role'] = 'admin'
Expand Down

0 comments on commit 12eeab4

Please sign in to comment.