Skip to content

Commit

Permalink
fix: added forward slash before Apple revoked url (#996)
Browse files Browse the repository at this point in the history
Co-authored-by: Kim Do <[email protected]>
  • Loading branch information
kimdolong and kimdolongnfqasia authored Mar 21, 2023
1 parent f3b9a43 commit 34ea564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ private function getUserRequest(): array
*/
protected function getRevokeUrl(): string
{
return self::URL.'auth/revoke';
return self::URL.'/auth/revoke';
}

/**
Expand Down

0 comments on commit 34ea564

Please sign in to comment.