feat: add producer account management
This commit is contained in:
@@ -82,7 +82,7 @@ const userStore = useUserStore();
|
||||
|
||||
const loginConfig = useStorage('login-config', {
|
||||
rememberPassword: true,
|
||||
username: 'admin',
|
||||
username: '',
|
||||
password: '',
|
||||
});
|
||||
const userInfo = reactive({
|
||||
|
||||
Reference in New Issue
Block a user