mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-01 08:58:05 +02:00
core/ui: fix page title
This commit is contained in:
parent
f9808a73ba
commit
e7ea364ecb
9 changed files with 39 additions and 31 deletions
|
@ -7,10 +7,8 @@ import (
|
|||
"io/fs"
|
||||
)
|
||||
|
||||
var (
|
||||
// ExtUIFS must be set to provide access to UI dist/ files
|
||||
ExtUIFS fs.FS
|
||||
)
|
||||
// ExtUIFS must be set to provide access to UI dist/ files
|
||||
var ExtUIFS fs.FS
|
||||
|
||||
func openFile(name string) (f fs.File, etag string, err error) {
|
||||
if ExtUIFS == nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue