diff --git a/auth.js b/auth.js index bca35c8..01d32b6 100644 --- a/auth.js +++ b/auth.js @@ -1,3 +1,5 @@ function auth() { - console.log("authenticate"); + console.log("lol..."); + console.log("authenticate..."); + console.log("lolka"); } \ No newline at end of file diff --git a/registration.js b/registration.js new file mode 100644 index 0000000..20be3b4 --- /dev/null +++ b/registration.js @@ -0,0 +1,3 @@ +function reg() { + console.log("reg!!!"); +} \ No newline at end of file