Skip to content

Commit

Permalink
Merge pull request #85 from esc-chula/dev
Browse files Browse the repository at this point in the history
remove suggestion facebook login text
  • Loading branch information
JomnoiZ authored Sep 14, 2024
2 parents 245d868 + 89a0246 commit 21741e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/login.module.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const LoginModule = () => {
{/* <FacebookButtonComponent variant="contained" color="primary"></FacebookButtonComponent> */}
<GoogleButtonComponent variant="contained" color="primary"></GoogleButtonComponent>
</CardComponent>
<span className={classes.text}>(ไม่แนะนำให้เข้าสู่ระบบด้วยบัญชี Google หากเข้าเว็บนี้ผ่าน Facebook)</span>
{/* <span className={classes.text}>(ไม่แนะนำให้เข้าสู่ระบบด้วยบัญชี Google หากเข้าเว็บนี้ผ่าน Facebook)</span> */}
</div>
)
}
Expand Down

0 comments on commit 21741e4

Please sign in to comment.