PGP import feature

This commit is contained in:
nemunaire 2022-09-03 16:16:41 +02:00
commit de4bb43e86
12 changed files with 547 additions and 0 deletions

View file

@ -9,6 +9,7 @@
</script>
<script lang="ts">
import UserKeys from '../../../components/UserKeys.svelte';
import UserSurveys from '../../../components/UserSurveys.svelte';
import { user } from '../../../stores/user';
import { getSurveys } from '../../../lib/surveys';
@ -102,6 +103,14 @@
</div>
</div>
</div>
<div class="card-header">
<h3 class="card-title">
Clefs
</h3>
</div>
<UserKeys
{student}
/>
<div class="card-header">
<button
class="btn btn-secondary float-end"