diff options
author | Parménides GV <parmegv@sdf.org> | 2013-05-07 16:10:20 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2013-05-07 16:10:20 +0200 |
commit | 0cb5d9470127e280d2d955effd32b82e533d9de3 (patch) | |
tree | eb364f6f42fbabc2827dcf212e6207847f16f848 /src/se | |
parent | a16605fd16a87faa5fa530288e01f0d7c7c7bf98 (diff) |
Ready to create a new branch for the download of the new user auth'ed
certificate.
Next step in this branch: detect what the selected provider support in
terms of authenticated/anon users, and show login/logout methods
consecuently.
Diffstat (limited to 'src/se')
-rw-r--r-- | src/se/leap/leapclient/Dashboard.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/se/leap/leapclient/Dashboard.java b/src/se/leap/leapclient/Dashboard.java index 67e33e77..04445023 100644 --- a/src/se/leap/leapclient/Dashboard.java +++ b/src/se/leap/leapclient/Dashboard.java @@ -199,7 +199,8 @@ public class Dashboard extends Activity implements LogInDialog.LogInDialogInterf if(resultCode == ConfigHelper.SRP_AUTHENTICATION_SUCCESSFUL){ setResult(RESULT_OK); Toast.makeText(getApplicationContext(), "Authentication succeeded", Toast.LENGTH_LONG).show(); - //TODO What should we do know? + //TODO Download certificate requesting /1/cert with session_id cookie + } else if(resultCode == ConfigHelper.SRP_AUTHENTICATION_FAILED) { setResult(RESULT_CANCELED); |