diff --git a/app/YtManagerApp/views/first_time.py b/app/YtManagerApp/views/first_time.py index 645653f..2761281 100644 --- a/app/YtManagerApp/views/first_time.py +++ b/app/YtManagerApp/views/first_time.py @@ -75,6 +75,8 @@ class Step1ApiKeyView(WizardStepMixin, FormView): if key is not None and len(key) > 0: appconfig.youtube_api_key = key + return super().form_valid(form) + # # Step 2: create admin user