Change guessBaseURL() with fullURL()

This commit is contained in:
Denis Arh
2021-05-12 18:24:52 +02:00
parent d450548245
commit 72368aa99c
+2 -2
View File
@@ -29,7 +29,7 @@ props:
description: Experation time for the auth JWT tokens.
- name: externalRedirectURL
default: guessBaseURL() + "/auth/external/{provider}/callback"
default: fullURL() + "/auth/external/{provider}/callback"
description: |-
Redirect URL to be sent with OAuth2 authentication request to provider
@@ -47,7 +47,7 @@ props:
====
- name: baseURL
default: guessBaseURL() + "/auth"
default: fullURL() + "/auth"
description: |-
Frontend base URL. Must be an absolute URL, with the domain.
This is used for some redirects and links in auth emails.