mirror of
https://github.com/10h30/wp-strava.git
synced 2026-07-19 22:54:14 +09:00
Updated visibility of auth feedback
Updated readme Updated version to beta1
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
abstract class WPStrava_Auth {
|
||||
|
||||
protected $auth_url = 'https://www.strava.com/oauth/authorize?response_type=code';
|
||||
private $feedback;
|
||||
protected $feedback = '';
|
||||
|
||||
/**
|
||||
* Factory method to get the correct Auth class based on specified string
|
||||
|
||||
Reference in New Issue
Block a user