mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Sharing: Token authentication #18
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
@@ -19,7 +19,7 @@ func shareHandler(c *gin.Context, conf *config.Config) {
|
||||
return
|
||||
}
|
||||
|
||||
clientConfig := conf.ShareConfig()
|
||||
clientConfig := conf.GuestConfig()
|
||||
|
||||
c.HTML(http.StatusOK, "share.tmpl", gin.H{"config": clientConfig})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user