diff --git a/public/js/script.js b/public/js/script.js index 0063af1ab..399da191d 100644 --- a/public/js/script.js +++ b/public/js/script.js @@ -218,6 +218,12 @@ function verifyUsername() { }); } +function getuid() { + console.error("Only share this uid with Miodec and nobody else!"); + console.log(firebase.auth().currentUser.uid); + console.error("Only share this uid with Miodec and nobody else!"); +} + function getLastChar(word) { return word.charAt(word.length - 1); }