Skip to content

Commit

Permalink
Fix minor alignment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tarecord committed Aug 26, 2024
1 parent d306ae1 commit a614306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Uplink/Auth/Auth_Url_Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ public function build( string $slug, string $domain = '' ): string {

// Query arguments to combine with $_GET and add to the authorization URL.
$args = [
'uplink_domain' => $domain,
'uplink_slug' => $slug,
'uplink_domain' => $domain,
'uplink_slug' => $slug,
];

// Optionally include a license key if set.
Expand Down

0 comments on commit a614306

Please sign in to comment.