geir54 / android-sqrl

android implementation of steve gibsons sqrl authentication
GNU General Public License v3.0
66 stars 16 forks source link

Identity is not loaded. #3

Closed dazoe closed 11 years ago

dazoe commented 11 years ago

The function isIdentityCreated is not looking for the file in the correct location. Should be

public boolean isIdentityCreated(Context con) {
    File file = con.getFileStreamPath("sqrl.dat");
    return file.exists();
}

same goes for function deleteIdentityFile

geir54 commented 11 years ago

That's an embarrassing mistake.Thanks for your input, issue is resolved :)