mirror of
https://github.com/FJurmanovic/wallet-web.git
synced 2026-02-06 14:18:08 +00:00
created login page
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export default function isTrue(bool: string) {
|
||||
return bool === "true";
|
||||
export default function isTrue(text: string) {
|
||||
return text === "true";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user