We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59e61a commit 3795b59Copy full SHA for 3795b59
src/components/PersonalSettings.vue
@@ -53,7 +53,7 @@
53
</NcButton>
54
</div>
55
<NcButton v-if="showOAuth && !connected"
56
- :disabled="loading === true || (!showOAuth && !state.token)"
+ :disabled="loading || state.token !== ''"
57
:class="{ loading, connectButton: true }"
58
@click="connectWithOauth">
59
<template #icon>
0 commit comments