From e6e345b9fe5e5580690ba15169f56fab93f6dab0 Mon Sep 17 00:00:00 2001 From: SDE Date: Sat, 13 Jan 2024 17:27:32 +0300 Subject: [PATCH] 0.11.3 Google Auth --- TWB/settings.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TWB/settings.py b/TWB/settings.py index bf19aed..80dd98b 100644 --- a/TWB/settings.py +++ b/TWB/settings.py @@ -84,10 +84,10 @@ INSTALLED_APPS = [ 'webpush', - # 'allauth', - # 'allauth.account', - # 'allauth.socialaccount', - # 'allauth.socialaccount.providers.google', + 'allauth', + 'allauth.account', + 'allauth.socialaccount', + 'allauth.socialaccount.providers.google', 'GeneralApp', 'AuthApp',