Skip to content

Commit

Permalink
remove forget merge symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
Frankva committed Jan 31, 2024
1 parent 5d14f36 commit 71eb6f7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions orif/user/Controllers/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ public function createNewUser() {
*/
public function azure_login(): string|Response
{
<<<<<<< HEAD
$client_id = getenv('CLIENT_ID');
$client_secret = getenv('CLIENT_SECRET');
$ad_tenant = getenv('TENANT_ID');
Expand Down Expand Up @@ -359,9 +358,6 @@ public function azure_login(): string|Response
public function login(): string|Response
{
// If user is not already logged
=======
// If user not yet logged in
>>>>>>> Release-4.4
if(!(isset($_SESSION['logged_in']) && $_SESSION['logged_in'] == true)) {

// Store the redirection URL in a session variable
Expand Down

0 comments on commit 71eb6f7

Please sign in to comment.