gofmt
Signed-off-by: justin-slowik <justin.slowik@thermofisher.com>
This commit is contained in:
parent
9882ea453f
commit
f91f294385
@ -581,7 +581,7 @@ func validateRedirectURI(client storage.Client, redirectURI string) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
if redirectURI == redirectURIOOB || redirectURI == deviceCallbackURI{
|
||||
if redirectURI == redirectURIOOB || redirectURI == deviceCallbackURI {
|
||||
return true
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user