Remove hard coded dummy key
This commit is contained in:
parent
3d3c1496e7
commit
09035dff60
1 changed files with 0 additions and 1 deletions
|
@ -122,7 +122,6 @@ class Configuration {
|
|||
|
||||
// TODO: Store in secure storage
|
||||
String getKey() {
|
||||
// return "8qD++K3xkgjIl3dIsGiTze5PhYtxiS5AtOeZw+Bl1z0=";
|
||||
return _preferences.getString(keyKey);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue