Skip to content

Commit

Permalink
Merge pull request #3 from Likelion-at-SMWU-10th/feat/#1-social-login
Browse files Browse the repository at this point in the history
[feat] 네이버 로그인
  • Loading branch information
summit45 authored Jul 18, 2022
2 parents 0baeb7d + 323cac0 commit bbb5929
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 bbb5929

Please sign in to comment.