mirror of
https://git.axenov.dev/mirrors/cursor-free-vip.git
synced 2025-12-26 05:30:36 +03:00
5 lines
150 B
Python
5 lines
150 B
Python
from oauth_auth import main as oauth_main
|
|
|
|
def main(translator=None):
|
|
"""Handle Google OAuth registration"""
|
|
oauth_main('google', translator) |