Remove hard coded dummy key

This commit is contained in:
Vishnu Mohandas 2020-08-16 20:07:02 +05:30
parent 3d3c1496e7
commit 09035dff60

View file

@ -122,7 +122,6 @@ class Configuration {
// TODO: Store in secure storage
String getKey() {
// return "8qD++K3xkgjIl3dIsGiTze5PhYtxiS5AtOeZw+Bl1z0=";
return _preferences.getString(keyKey);
}