Closed klnusbaum closed 12 years ago
When we have a bad re authentication, we just don't do anything. This isn't good. We need to handle it more gracefully, i.e. have the onAuthFail() function in the DataStore class actually do something.
onAuthFail()
DataStore
When we have a bad re authentication, we just don't do anything. This isn't good. We need to handle it more gracefully, i.e. have the
onAuthFail()
function in theDataStore
class actually do something.