feat: Show spinner while OIDC account linking is loading

This commit is contained in:
Jesse Wierzbinski 2024-05-16 20:47:49 -10:00
parent f6153cb5fe
commit 44e6112335
No known key found for this signature in database
4 changed files with 11 additions and 3 deletions

View file

@ -56,6 +56,12 @@ watchEffect(async () => {
useEvent("composer:open");
}
if (o_i_d_c.value) {
useEvent("notification:new", {
type: "progress",
title: "Linking your account",
persistent: true,
});
const issuer = providers.value?.providers[0];
if (!issuer) {