Skip to content

Commit 34ea564

Browse files
fix: added forward slash before Apple revoked url (#996)
Co-authored-by: Kim Do <kim.do@nfq.asia>
1 parent f3b9a43 commit 34ea564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Provider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ private function getUserRequest(): array
261261
*/
262262
protected function getRevokeUrl(): string
263263
{
264-
return self::URL.'auth/revoke';
264+
return self::URL.'/auth/revoke';
265265
}
266266

267267
/**

0 commit comments

Comments
 (0)