mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-07 17:23:54 +09:00
[Client] Fix bug
This commit is contained in:
@ -50,7 +50,7 @@ export default Vue.extend({
|
||||
|
||||
methods: {
|
||||
regenerateToken() {
|
||||
(this as any).apis.input({
|
||||
this.$root.apis.input({
|
||||
title: this.$t('enter-password'),
|
||||
type: 'password'
|
||||
}).then(password => {
|
||||
|
Reference in New Issue
Block a user