Skip to content

Commit

Permalink
Merge pull request #74 from Sinevia/patch-1
Browse files Browse the repository at this point in the history
Update OpauthStrategy.php
  • Loading branch information
YuzuruS committed Apr 9, 2017
2 parents 3343607 + 6f0b14d commit 745660f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Opauth/OpauthStrategy.php
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ public static function clientPost($url, $data = array()) {
$html .= '<script type="text/javascript">function postit(){ document.auth.submit(); }</script>';
$html .= '</body></html>';
echo $html;
exit;
}

/**
Expand Down

0 comments on commit 745660f

Please sign in to comment.