From 7e60b319f04fae550b7b70109dd298c286f7d9c0 Mon Sep 17 00:00:00 2001 From: Victor Kai Date: Wed, 30 Nov 2016 22:13:13 -0800 Subject: [PATCH] updated README to remove TO BE DONE for issues 17 and 18 --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 55f519e..243ef97 100644 --- a/README.md +++ b/README.md @@ -1297,7 +1297,6 @@ admin.account('account123').tokens.add(properties) properties.type - 🐕 **TO BE DONE**: 17 String Every token needs a type, for example "passwordreset" @@ -1306,7 +1305,6 @@ admin.account('account123').tokens.add(properties) properties.timeout - 🐕 **TO BE DONE**: 18 Number Time from now until expiration of token in seconds. Defaults to 7200 (2 hours)