Initial commit - Auth.RCL

This commit is contained in:
2026-08-05 21:16:00 +03:00
commit 062ff0146a
231 changed files with 15819 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 378 B

+6
View File
@@ -0,0 +1,6 @@
// This is a JavaScript module that is loaded on demand. It can export any number of
// functions, and may import other JavaScript modules if required.
export function showPrompt(message) {
return prompt(message, 'Type anything here');
}
+3
View File
@@ -0,0 +1,3 @@
{
"Hello": " سلام"
}
+3
View File
@@ -0,0 +1,3 @@
{
"Hello": "سلام سلام"
}
+3
View File
@@ -0,0 +1,3 @@
{
"Hello": "ام سلام سلام"
}