feat(glidera): clearer expectations on glidera integration setup
This commit is contained in:
parent
c9802c1a0a
commit
905b0f8c8d
6 changed files with 101 additions and 58 deletions
|
|
@ -48,6 +48,14 @@ angular.module('copayApp.services').factory('glideraService', function($http, $l
|
|||
return credentials.NETWORK;
|
||||
};
|
||||
|
||||
root.getSignupUrl = function() {
|
||||
return credentials.HOST + '/register';
|
||||
}
|
||||
|
||||
root.getSupportUrl = function() {
|
||||
return 'https://twitter.com/GlideraInc';
|
||||
}
|
||||
|
||||
root.getOauthCodeUrl = function() {
|
||||
_setCredentials();
|
||||
return credentials.HOST + '/oauth2/auth?response_type=code&client_id=' + credentials.CLIENT_ID + '&redirect_uri=' + credentials.REDIRECT_URI;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue