update code

This commit is contained in:
Vratika 2024-12-09 14:18:36 +05:30
parent ca3ed5d1cd
commit af8aaf6ab0
156 changed files with 2 additions and 5 deletions

View File

@ -196,7 +196,7 @@ def otp_verification(request):
return render(request, 'accounts/otp_verification.html') return render(request, 'accounts/otp_verification.html')
@csrf_exempt
def tech4biz_Login(request): def tech4biz_Login(request):
if request.user.is_authenticated: # Check if the user is already logged in if request.user.is_authenticated: # Check if the user is already logged in
return redirect('home') return redirect('home')

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More