mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-11-02 10:57:57 +00:00
log cleanup
This commit is contained in:
@@ -99,7 +99,7 @@ func (dbobj dbcon) checkUserAuthXToken(xtokenUUID string) (tokenAuthResult, erro
|
||||
return result, errors.New("failed to authenticate")
|
||||
}
|
||||
if len(rootXTOKEN) > 0 && rootXTOKEN == xtokenUUID {
|
||||
fmt.Println("It is a root token")
|
||||
//fmt.Println("It is a root token")
|
||||
result.ttype = "root"
|
||||
result.name = "root"
|
||||
return result, nil
|
||||
|
||||
Reference in New Issue
Block a user