Skip to content

Commit

Permalink
Remove some whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
gregcorbett committed Feb 27, 2024
1 parent f7e33bd commit 74b187d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Authentication/AuthTokens/IAMAuthToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ public function getDetails() {
public function getPrinciple() {
return $this->principal;
}



private function getAttributesInitToken(){
if(isset($_SERVER['OIDC_access_token'])){
# Token issuer could be either https://iris-iam.stfc.ac.uk/ or https://iris-iam.stfc.ac.uk
Expand Down

0 comments on commit 74b187d

Please sign in to comment.