fix(public-share): basic auth password prefix
fix wrong basic auth password prefix
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
const (
|
||||
headerRevaAccessToken = "x-access-token"
|
||||
headerShareToken = "public-token"
|
||||
basicAuthPasswordPrefix = "basic|"
|
||||
basicAuthPasswordPrefix = "password|"
|
||||
authenticationType = "publicshares"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user