yandex auth

This commit is contained in:
Administrator
2023-09-24 22:31:37 +03:00
parent 125eaf7f58
commit 073e52e09e
6 changed files with 56 additions and 3 deletions

View File

@@ -5,4 +5,5 @@ from .profile import ProfileView
from .profile_photo import ProfilePhoto
from .logout import LogoutView
from .ping import PingView
from .vk_auth import VKAuthView
from .vk_auth import VKAuthView
from .yandex_auth import YandexAuthView