catnap89 / Snippit-Project

A web page that allows users to quickly add and reference code snippets.
https://catnap89.github.io/Snippit-Project/
3 stars 2 forks source link

added snips only showing for current user ID #47

Closed StevenMDixon closed 5 years ago

StevenMDixon commented 5 years ago

I just implemented the feature that shows only the current users snippits. this is based on the userID global variable.

Also if the user logs out all of the snippits are removed from the page.