From aa7dd098166977449e781e496952e1b40e552b72 Mon Sep 17 00:00:00 2001
From: Daniel Krol <orblivion@gmail.com>
Date: Mon, 11 Jul 2022 09:46:45 -0400
Subject: [PATCH] Remove old comment

---
 auth/auth.go | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/auth/auth.go b/auth/auth.go
index c57e668..c0ac176 100644
--- a/auth/auth.go
+++ b/auth/auth.go
@@ -8,11 +8,6 @@ import (
 	"time"
 )
 
-// TODO - Learn how to use https://github.com/golang/oauth2 instead
-// TODO - Look into jwt, etc.
-// For now I just want a process that's shaped like what I'm looking for.
-//   (email/password, encrypted wallets, hmac, sequence (eventually lastSynced), etc)
-
 type UserId int32
 type Email string
 type DeviceId string