Merge pull request #2871 from SamantazFox/user-code-cleaning

User code cleaning & fixing
This commit is contained in:
Samantaz Fox
2022-02-14 15:38:05 +01:00
committed by GitHub
24 changed files with 802 additions and 665 deletions

View File

@@ -343,7 +343,7 @@ module Invidious::Routes::API::V1::Authenticated
env.response.content_type = "text/html"
csrf_token = generate_response(sid, {":authorize_token"}, HMAC_KEY, use_nonce: true)
return templated "authorize_token"
return templated "user/authorize_token"
else
env.response.content_type = "application/json"