Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Don’t logout if the relogin fails
Browse files Browse the repository at this point in the history
  • Loading branch information
JM committed Jun 16, 2016
1 parent 310e0cc commit 9945200
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ios/Framework/Core/Context/SessionContext.swift
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,6 @@ import Foundation
password: password,
userAttributes: attributes)
}
else {
SessionContext.logout()
}

completed?(attributes)
}
Expand Down

0 comments on commit 9945200

Please sign in to comment.