mirror of
https://github.com/unraid/api.git
synced 2025-12-31 13:39:52 -06:00
feat: hide sign in from the dropdown text
This commit is contained in:
@@ -27,7 +27,6 @@ const showErrorIcon = computed(() => errors.value.length || stateData.value.erro
|
||||
|
||||
const text = computed((): string => {
|
||||
if ((stateData.value.error) && state.value !== 'EEXPIRED') { return props.t('Fix Error'); }
|
||||
if (!registered.value && connectPluginInstalled.value) { return props.t('Sign In'); }
|
||||
return '';
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user