瀏覽代碼

:pencil2: fixed typo

juan-filtering-match-pool
tomit4 2 年之前
父節點
當前提交
8d3d92d5cf
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      frontend/src/services/auth.service.js

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

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

Loading…
取消
儲存