Skip to content

Commit fcb57a4

Browse files
author
Eric Koleda
committed
Update JSDoc for reset to mention removing custom values.
1 parent 41d8586 commit fcb57a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Service.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,8 @@ Service_.prototype.getIdToken = function() {
473473

474474
/**
475475
* Resets the service, removing access and requiring the service to be
476-
* re-authorized.
476+
* re-authorized. Also removes any additional values stored in the service's
477+
* storage.
477478
*/
478479
Service_.prototype.reset = function() {
479480
this.getStorage().reset();

0 commit comments

Comments
 (0)