You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One thing of note, you should change this in main.rb:
get '/all' do
@emails = Email.all
erb :show
end
It's obviously unsecure. If you're not too worried, you could simply obfuscate it and make it a really hard to guess URL ... or get fancy and put some authentication around it.