Skip to content

Commit

Permalink
[feat] 네이버 로그인
Browse files Browse the repository at this point in the history
  • Loading branch information
summit45 committed Jul 17, 2022
1 parent 0baeb7d commit 323cac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rememB/mainapp/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
from . import views

urlpatterns=[
path('login/',views.login,name='login'),
path('login/',views.login, name='login'),
]
1 change: 1 addition & 0 deletions rememB/rememB/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@

#provider
'allauth.socialaccount.providers.google',
'allauth.socialaccount.providers.naver',
]

MIDDLEWARE = [
Expand Down

0 comments on commit 323cac0

Please sign in to comment.