瀏覽代碼

:pencil2: fixed typo

tags/0.0.4
tomit4 2 年之前
父節點
當前提交
7b16357f7d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      frontend/src/services/auth.service.js

+ 1
- 1
frontend/src/services/auth.service.js 查看文件

2
 
2
 
3
 class Authenticator {
3
 class Authenticator {
4
     constructor() {
4
     constructor() {
5
-        this.curentUser = null
5
+        this.currentUser = null
6
     }
6
     }
7
     async sendAuthEmail(answered) {
7
     async sendAuthEmail(answered) {
8
         return await db.post('/user/sendemail/', answered)
8
         return await db.post('/user/sendemail/', answered)

Loading…
取消
儲存