Romern / syncMyMoodle

Synchronization client for RWTH Moodle
GNU General Public License v3.0
70 stars 18 forks source link

Secret-Storage-Collection is only unlocked if entry exists #88

Closed ACHinrichs closed 2 years ago

ACHinrichs commented 2 years ago

The secret storage is currently being unlocked after an existing entry is fetched. If an entry does not exist, syncmymoodle tries to create one in a locked collection.

Fix should be straight forward, I will implement one later™ today.