mirror of
https://github.com/certd/certd.git
synced 2026-07-06 03:47:34 +08:00
perf: 群晖支持OTP双重验证登录
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import PiSynologyIdDeviceGetter from "./synology/device-id-getter.vue";
|
||||
export default {
|
||||
install(app: any) {
|
||||
app.component("PiSynologyDeviceIdGetter", PiSynologyIdDeviceGetter);
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user