update

FFIB 1 年之前
父节点
当前提交
c7d827db27
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      page/templates/page/clerk_oauth.html

+ 1 - 1
page/templates/page/clerk_oauth.html

@@ -312,7 +312,7 @@
312 312
                                 }
313 313
                             },
314 314
                             error: function(xhr,status,error){
315
-                                show_error_dialog(`提示${status}`, `${error} ${xhr.data}`);
315
+                                show_error_dialog(`提示${status}`, `${error} ${xhr.statusText}`);
316 316
                             }
317 317
                         })
318 318
                     }