mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
feat: ✨ Show spinner while OIDC account linking is loading
This commit is contained in:
parent
f6153cb5fe
commit
44e6112335
4 changed files with 11 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue