|
@@ -2,7 +2,6 @@ import { defineStore } from "pinia";
|
|
|
|
|
|
export const useRemoveAccountStore = props => {
|
|
|
const { modalUuid } = props;
|
|
|
- if (!modalUuid || modalUuid === "") return false;
|
|
|
return defineStore(`removeAccount-${modalUuid}`, {
|
|
|
state: () => ({
|
|
|
githubLinkConfirmed: false
|