mirror of
https://github.com/Xevion/dynamic-preauth.git
synced 2025-12-10 04:07:12 -06:00
Add TODOs for planning
This commit is contained in:
@@ -46,6 +46,7 @@ const StatefulDemo = ({ class: className }: StatefulDemoProps) => {
|
||||
socket.close();
|
||||
};
|
||||
}, []);
|
||||
// TODO: Toasts
|
||||
const randomBits = (bits: number) =>
|
||||
Math.floor(Math.random() * 2 ** bits)
|
||||
.toString(16)
|
||||
|
||||
Reference in New Issue
Block a user