Open ghost opened 5 years ago
/privacy-policy 如圖,雖未登入,並未顯示登入按鈕,但卻有通知的紅點。
這是因為執行環境等於 development 時就算沒有登入,session 也會被強制寫入使用者資料。所以才會撈到通知,造成出現紅點。 https://github.com/TaiBIF/camera-trap-api/blob/master/server/server.js#L66-L68 @rwu823 這是開發時測試用的嗎?
development
原來,開發到這個階段應該要移掉了。但我好像找不到那些資料是從那兒寫入的...
/privacy-policy 如圖,雖未登入,並未顯示登入按鈕,但卻有通知的紅點。