yaseenkadir / etchedjournal

An encrypted journal where entries are etched in stone.
Apache License 2.0
0 stars 0 forks source link

Handle users having no key pair #80

Closed yaseenkadir closed 5 years ago

yaseenkadir commented 5 years ago

After registering, a user then creates a key pair and uploads it. However a user may register, close their window (before creating a key pair) and then try to log in. Things currently fail. We should handle 0 keys existing and navigate to key pair generation.