3
0

Sets default value for auth assets

This commit is contained in:
Denis Arh
2021-02-24 10:02:23 +01:00
parent 657630f1a5
commit 5d3c767bf8
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -60,6 +60,7 @@ func Auth() (o *AuthOpt) {
CsrfFieldName: "same-site-authenticity-token",
CsrfCookieName: "same-site-authenticity-token",
DefaultClient: "corteza-webapp",
AssetsPath: "auth/assets",
}
fill(o)
+1
View File
@@ -135,6 +135,7 @@ props:
the need to suply redirection URL and client ID (oauth2/go endpoint does that internally)
- name: assetsPath
default: "auth/assets"
description: |-
Path to js, css, images and template source files