mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-04-17 05:58:30 +02:00
Fix OAuth tab not highlighted
This commit is contained in:
parent
2681d5346e
commit
fb7c0a9c6a
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<setting-tabs :activeTab="'settings.oauth'"></setting-tabs>
|
<setting-tabs :activeTab="'settings.oauth.tokens'"></setting-tabs>
|
||||||
<div class="options-tabs">
|
<div class="options-tabs">
|
||||||
<form-wrapper>
|
<form-wrapper>
|
||||||
<div v-if="isRemoteUser" class="notification is-warning has-text-centered" v-html="$t('auth.auth_handled_by_proxy')" />
|
<div v-if="isRemoteUser" class="notification is-warning has-text-centered" v-html="$t('auth.auth_handled_by_proxy')" />
|
||||||
|
Loading…
Reference in New Issue
Block a user