diff --git a/infrastructure/eid-wallet/src/routes/(auth)/+layout.svelte b/infrastructure/eid-wallet/src/routes/(auth)/+layout.svelte new file mode 100644 index 00000000..5021c481 --- /dev/null +++ b/infrastructure/eid-wallet/src/routes/(auth)/+layout.svelte @@ -0,0 +1,66 @@ + + +{#if isChecking} +
+{:else if guardFailed} +
+

+ An unexpected error occurred. Please restart the application. +

+
+{:else if !vaultExists} + {@render children()} +{/if}