File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 <NcButton variant="tertiary"
2929 :title =" t (' user_oidc' , ' This is needed if you are using other apps that want to use user_oidc\' s token exchange or simply get the login token' )" >
3030 <template #icon >
31- <HelpCircleIcon />
31+ <HelpCircleOutlineIcon />
3232 </template >
3333 </NcButton >
3434 </p >
8181 <NcActions :style =" customActionsStyle " >
8282 <NcActionButton @click =" updateProvider (provider )" >
8383 <template #icon >
84- <PencilIcon :size =" 20 " />
84+ <PencilOutlineIcon :size =" 20 " />
8585 </template >
8686 {{ t('user_oidc', 'Update') }}
8787 </NcActionButton >
8888 </NcActions >
8989 <NcActions :style =" customActionsStyle " >
9090 <NcActionButton @click =" onRemove (provider )" >
9191 <template #icon >
92- <DeleteIcon :size =" 20 " />
92+ <DeleteOutlineIcon :size =" 20 " />
9393 </template >
9494 {{ t('user_oidc', 'Remove') }}
9595 </NcActionButton >
115115</template >
116116
117117<script >
118- import HelpCircleIcon from ' vue-material-design-icons/HelpCircle .vue'
119- import DeleteIcon from ' vue-material-design-icons/Delete .vue'
120- import PencilIcon from ' vue-material-design-icons/Pencil .vue'
118+ import HelpCircleOutlineIcon from ' vue-material-design-icons/HelpCircleOutline .vue'
119+ import DeleteOutlineIcon from ' vue-material-design-icons/DeleteOutline .vue'
120+ import PencilOutlineIcon from ' vue-material-design-icons/PencilOutline .vue'
121121import PlusIcon from ' vue-material-design-icons/Plus.vue'
122122
123123import axios from ' @nextcloud/axios'
@@ -142,10 +142,10 @@ export default {
142142 NcModal,
143143 NcCheckboxRadioSwitch,
144144 NcButton,
145- PencilIcon ,
146- DeleteIcon ,
145+ PencilOutlineIcon ,
146+ DeleteOutlineIcon ,
147147 PlusIcon,
148- HelpCircleIcon ,
148+ HelpCircleOutlineIcon ,
149149 },
150150 props: {
151151 initialId4MeState: {
You can’t perform that action at this time.
0 commit comments