Move user pages (ECR files) to subfolder

This commit is contained in:
Samantaz Fox
2022-02-06 21:51:02 +01:00
parent 71a8867a4a
commit 99d770be64
14 changed files with 14 additions and 14 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"