slcing registrasi awal

This commit is contained in:
2024-10-31 15:53:59 +07:00
parent 54f56d9602
commit 8d24534928
27 changed files with 1079 additions and 854 deletions

14
auth-code/language.js Normal file
View File

@@ -0,0 +1,14 @@
var CustomMessages = {
en: {
message: {
authtext: 'Enter the authentication code',
msgInfo: 'Contact Administrator to get the authentication code',
},
},
id: {
message: {
authtext: 'Masukan kode autentifikasi',
msgInfo: "Hubungi Administrator untuk mendapatkan kode autentifikasi",
},
},
};