Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Uploader
Commits
7ce313b0
Commit
7ce313b0
authored
Aug 13, 2014
by
Matija Obreza
Browse files
Remember new access token
parent
9435063d
Changes
1
Hide whitespace changes
Inline
Side-by-side
anno-gui/src/main/java/org/genesys2/anno/gui/SettingsDialog.java
View file @
7ce313b0
...
...
@@ -229,6 +229,7 @@ public class SettingsDialog extends Dialog {
try
{
genesysClient
.
me
();
oauthSettings
.
setAccessToken
(
genesysClient
.
getAccessToken
().
getToken
());
}
catch
(
OAuthConnectionException
e
)
{
_log
.
error
(
e
.
getMessage
(),
e
);
}
catch
(
OAuthAuthenticationException
e
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment