-
-
-
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
({text: this.$i18n.t('common.locale_name', x), value: x})),
}
},
@@ -184,6 +214,9 @@ export default Vue.extend({
},
mounted() {
this.getClaimStatus()
+ this.$komgaOauth2.getProviders()
+ .then((providers) => this.oauth2Providers = providers)
+ if(this.$route.query.error) this.showSnack(convertErrorCodes(this.$route.query.error.toString()))
},
methods: {
getErrors(fieldName: string): string[] {