Hass v0.91.2-HADashboard no longer displaying camera stream

Just updated to v0.91.2 and the camera stream is no longer displaying in HADashboard.I use the api_password which was working up to v0.90.2.This is the error I received

Apr 09 22:45:34 raspberrypi hass[13382]: 2019-04-09 22:45:34 WARNING (MainThread) [homeassistant.components.http.auth] api_password is going to deprecate. You need to use a bearer token to access /api/camera
Apr 09 22:45:34 raspberrypi hass[13382]: 2019-04-09 22:45:34 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 192.168.0.87
Apr 09 22:45:34 raspberrypi hass[13382]: 2019-04-09 22:45:34 WARNING (MainThread) [homeassistant.components.http.auth] api_password is going to deprecate. You need to use a bearer token to access /api/camera
Apr 09 22:45:34 raspberrypi hass[13382]: 2019-04-09 22:45:34 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 192.168.0.87

So taking this advice I removed the api password from the camera stream in HADashboard and replaced it with the long lasting token. This is the following error

Apr 09 23:21:29 raspberrypi hass[15674]: 2019-04-09 23:21:29 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 192.168.0.87
Apr 09 23:21:29 raspberrypi hass[15674]: 2019-04-09 23:21:29 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 192.168.0.87

Is there something else I am missing out here.