URL handler to return the code after send a request for access token
This commit is contained in:
parent
b76c6fe5a0
commit
38a4919f01
7 changed files with 108 additions and 13 deletions
|
|
@ -288,6 +288,15 @@ angular
|
|||
},
|
||||
}
|
||||
})
|
||||
.state('uriglidera', {
|
||||
url: '/uri-glidera?code',
|
||||
needProfile: true,
|
||||
views: {
|
||||
'main': {
|
||||
templateUrl: 'views/glideraUri.html'
|
||||
},
|
||||
}
|
||||
})
|
||||
.state('glidera', {
|
||||
url: '/glidera',
|
||||
walletShouldBeComplete: true,
|
||||
|
|
@ -527,6 +536,7 @@ angular
|
|||
copayers: -1,
|
||||
cordova: -1,
|
||||
payment: -1,
|
||||
uriglidera: -1,
|
||||
|
||||
preferences: 11,
|
||||
glidera: 11,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue