mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-30 19:43:47 +00:00 
			
		
		
		
	github: Add sign up button on registration page.
This commit is contained in:
		| @@ -233,6 +233,11 @@ def start_social_login(request, backend): | ||||
|     backend_url = reverse('social:begin', args=[backend]) | ||||
|     return redirect_to_main_site(request, backend_url) | ||||
|  | ||||
| def start_social_signup(request, backend): | ||||
|     # type: (HttpRequest, Text) -> HttpResponse | ||||
|     backend_url = reverse('social:begin', args=[backend]) | ||||
|     return redirect_to_main_site(request, backend_url, is_signup=True) | ||||
|  | ||||
| def send_oauth_request_to_google(request): | ||||
|     # type: (HttpRequest) -> HttpResponse | ||||
|     subdomain = request.GET.get('subdomain', '') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user