Skip to content

Commit

Permalink
[HOPSWORKS-979] fix change admin password problem (dc-sics#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErmiasG authored and tkakantousis committed Mar 6, 2019
1 parent 099c7a5 commit c4e7516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hopsworks-web/yo/app/views/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
~ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
~ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-->
<div ng-if="!profileCtrl.externalAccountType()">
<div ng-show="!profileCtrl.externalAccountType()">
<div class="modal-header">
<button class="close" ng-click="profileCtrl.close()" data-dismiss="modal" aria-hidden="true" type="button">&times;</button>
<h2 class="modal-title">Profile</h2>
Expand Down

0 comments on commit c4e7516

Please sign in to comment.